Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639138 - dev-python/utidylib: missing setuptools dependency
Summary: dev-python/utidylib: missing setuptools dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2017-11-29 07:11 UTC by Manuel Mommertz
Modified: 2017-12-02 15:01 UTC (History)
0 users

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 Manuel Mommertz 2017-11-29 07:11:56 UTC
* python3_5: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.5 setup.py build
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from setuptools import setup
ImportError: No module named 'setuptools'
 * ERROR: dev-python/utidylib-0.3::gentoo failed (compile phase):
 *   (no error message)
Comment 1 Demaro Stanberry 2017-11-29 17:22:53 UTC
dev-python/setuptools[${PYTHON_USEDEP}] needs to be in DEPEND
Comment 2 Larry the Git Cow gentoo-dev 2017-12-02 15:01:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0

commit 9ee17c57e53f6afa97ea7436f79dbb5e2e3864e0
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2017-12-02 15:00:39 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2017-12-02 15:00:39 +0000

    dev-python/utidylib: Add missing setuptools dependency
    
    Closes: https://bugs.gentoo.org/639138
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/utidylib/utidylib-0.2-r2.ebuild | 3 ++-
 dev-python/utidylib/utidylib-0.3.ebuild    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)