Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427742 - dev-python/g-pypi-0.3 raises DistributionNotFound
Summary: dev-python/g-pypi-0.3 raises DistributionNotFound
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Domen Kožar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 12:43 UTC by José Romildo Malaquias
Modified: 2012-07-23 20:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge.info.txt (emerge.info.txt,15.49 KB, text/plain)
2012-07-23 12:43 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2012-07-23 12:43:29 UTC
Created attachment 318974 [details]
emerge.info.txt

When trying to use gpypi to create an ebuild I get an exception:

# gpypi create dajax
Traceback (most recent call last):
  File "/usr/bin/gpypi-2.7", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2736, in <module>
    working_set.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 691, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 589, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: sphinxcontrib-googleanalytics
Comment 1 Mike Gilbert gentoo-dev 2012-07-23 20:25:58 UTC
+  23 Jul 2012; Mike Gilbert <floppym@gentoo.org> g-pypi-0.3.ebuild:
+  Make sphinxcontrib-googleanalytics an unconditional dependency for by 427742
+  by José Romildo Malaquias.
+