Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639338 - dev-python/pyglet-1.2.4 depends on dev-python/setuptools
Summary: dev-python/pyglet-1.2.4 depends on dev-python/setuptools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2017-11-30 20:56 UTC by Kristian
Modified: 2017-12-02 15:31 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 Kristian 2017-11-30 20:56:27 UTC
As I was rebuilding all python packages to support python3_5 pyglet 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 6, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'
Comment 1 Larry the Git Cow gentoo-dev 2017-12-02 15:31:14 UTC
The bug has been closed via the following commit(s):

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

commit 67a22ab7ea30f58e96c8c68efe59d71eee01dcda
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-12-02 15:31:08 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-12-02 15:31:08 +0000

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

 dev-python/pyglet/Manifest            | 4 ++--
 dev-python/pyglet/pyglet-1.2.4.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)