Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 483490 - dev-python/python-geoclue needs dev-python/pygobject:2 as DEPEND
Summary: dev-python/python-geoclue needs dev-python/pygobject:2 as DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 13:30 UTC by Agostino Sarubbo
Modified: 2013-09-17 16:22 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 Agostino Sarubbo gentoo-dev 2013-09-03 13:30:15 UTC
/usr/bin/python2.7 setup.py build --build-base 
/var/tmp/portage/dev-python/python-geoclue-0.1.0-r1/work/python-geoclue-python2_7 --build-platlib 
/var/tmp/portage/dev-python/python-geoclue-0.1.0-r1/work/python-geoclue-python2_7/lib 
--build-purelib 
/var/tmp/portage/dev-python/python-geoclue-0.1.0-r1/work/python-geoclue-python2_7/lib 
--build-scripts 
/var/tmp/portage/dev-python/python-geoclue-0.1.0-r1/work/python-geoclue-python2_7/scripts
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    import Geoclue
  File 
"/var/tmp/portage/dev-python/python-geoclue-0.1.0-r1/work/python-geoclue/Geoclue/__init__.py", line 
17, in <module>
    from Base import *
  File "/var/tmp/portage/dev-python/python-geoclue-0.1.0-r1/work/python-geoclue/Geoclue/Base.py", 
line 23, in <module>
    import gobject
ImportError: No module named gobject

Same result after install dev-python/pygobject:3
Fine after install dev-python/pygobject:2
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-09-17 16:22:39 UTC
+  17 Sep 2013; Justin Lecher <jlec@gentoo.org> python-geoclue-0.1.0.ebuild,
+  python-geoclue-0.1.0-r1.ebuild:
+  Add missing dep on dev-python/pygobject:2, #483490
+