Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639306 - dev-python/simplebayes-1.5.7 requires to dev-python/setuptools[${PYTHON_USEDEP}]
Summary: dev-python/simplebayes-1.5.7 requires to dev-python/setuptools[${PYTHON_USEDEP}]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2017-11-30 19:12 UTC by Kristian
Modified: 2017-12-02 15:27 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 Kristian 2017-11-30 19:12:31 UTC
As I was rebuilding all python packages to support python3_5 simplebayes fails with
 * 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 2, in <module>
    from setuptools import setup
ImportError: No module named 'setuptools'

This means that
dev-python/setuptools[${PYTHON_USEDEP}]
should be added to DEPEND
Comment 1 Larry the Git Cow gentoo-dev 2017-12-02 15:27:54 UTC
The bug has been closed via the following commit(s):

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

commit f26f7337b0c0969633cd87185d592cfe4d158033
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-12-02 15:27:46 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-12-02 15:27:46 +0000

    dev-python/simplebayes: depend on setuptools
    
    Closes: https://bugs.gentoo.org/639306
    Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/simplebayes/Manifest                 | 2 +-
 dev-python/simplebayes/simplebayes-1.5.7.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)