Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 639138

Summary: dev-python/utidylib: missing setuptools dependency
Product: Gentoo Linux Reporter: Manuel Mommertz <2kmm>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 515060    

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(-)