Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516858 - dev-python/python-slip-0.6.0 should depend on dev-python/six
Summary: dev-python/python-slip-0.6.0 should depend on dev-python/six
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 18:49 UTC by Miroslaw Mieszczak
Modified: 2014-07-11 10:17 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 Miroslaw Mieszczak 2014-07-10 18:49:48 UTC
As described in the file python-slip.spec inside archive,
it is dependent on dev-python/six.


I installed latest firewalld, with python-slip-0.6.0, and there is missing dependency.

start of any firewalld command finish with following error:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.3/firewall-cmd", line 32, in <module>
    from firewall.client import *
  File "/usr/lib64/python3.3/site-packages/firewall/client.py", line 29, in <module>
    import slip.dbus
  File "/usr/lib64/python3.3/site-packages/slip/dbus/__init__.py", line 8, in <module>
    from . import service
  File "/usr/lib64/python3.3/site-packages/slip/dbus/service.py", line 30, in <module>
    from six import with_metaclass
ImportError: No module named 'six'
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-07-11 10:17:41 UTC
+  11 Jul 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  python-slip-0.4.0.ebuild, python-slip-0.6.0.ebuild:
+  Add missing dependencies (bug #516858, thanks to Miroslaw Mieszczak).