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

Bug 639338

Summary: dev-python/pyglet-1.2.4 depends on dev-python/setuptools
Product: Gentoo Linux Reporter: Kristian <kbx>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 515060    

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