Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199060 - dev-python/pygments missing dev-python/setuptools dependency
Summary: dev-python/pygments missing dev-python/setuptools dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 16:24 UTC by Ciaran McCreesh
Modified: 2007-11-13 23:26 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 Ciaran McCreesh 2007-11-13 16:24:47 UTC
dev-python/pygments tries to download setuptools itself inside src_compile if setuptools isn't installed.

>>> Starting src_compile

---------------------------------------------------------------------------
This script requires setuptools version 0.6c3 to run (even to display
help).  I will attempt to download it for you (from
http://cheeseshop.python.org/packages/2.4/s/setuptools/), but
you may need to enable firewall access for this script first.
I will start the download in 15 seconds.

(Note: if this machine does not have network access, please obtain the file
   
   http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6c3-py2.4.egg

and place it in this directory before rerunning this script.)
---------------------------------------------------------------------------
Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6c3-py2.4.egg


Looks like it's a missing dep:

* dev-python/setuptools
    gentoo:                  0.6_rc3* (0.6_rc6)K (0.6_rc7-r1)K {:0} 
    Build dependencies:      
            >=dev-lang/python-2.4.2
            virtual/python
    Run dependencies:        
            >=dev-lang/python-2.4.2
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2007-11-13 23:26:03 UTC
Fixed.