Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467242 - dev-python/python-mpd need dev-python/setuptools as DEPEND
Summary: dev-python/python-mpd need dev-python/setuptools as DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 17:42 UTC by Agostino Sarubbo
Modified: 2013-04-25 18:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-04-25 17:42:44 UTC
* python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build --build-base /var/tmp/portage/dev-python/python-mpd-0.5.1/work/python-mpd-0.5.1-python2_7 --build-platlib /var/tmp/portage/dev-python/python-mpd-0.5.1/work/python-mpd-0.5.1-python2_7/lib --build-purelib /var/tmp/portage/dev-python/python-mpd-0.5.1/work/python-mpd-0.5.1-python2_7/lib --build-scripts /var/tmp/portage/dev-python/python-mpd-0.5.1/work/python-mpd-0.5.1-python2_7/scripts
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import Extension
ImportError: No module named setuptools
Comment 1 Maxim Koltsov (RETIRED) gentoo-dev 2013-04-25 18:14:28 UTC
--- ./ChangeLog
+++ ./ChangeLog
@@ -4,0 +5,4 @@
+  25 Apr 2013; Maxim Koltsov <maksbotan@gentoo.org>
+  +files/python-mpd-0.5.1-non-unicode-locale.patch, python-mpd-0.5.1.ebuild:
+  Add setuptools dependency, bug #467242. Fix compilation in non-unicode locale.
+