Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505964 - dev-python/configobj missing dependency on dev-python/six
Summary: dev-python/configobj missing dependency on dev-python/six
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: Bug
Depends on:
Blocks:
 
Reported: 2014-03-27 13:07 UTC by Dmitry
Modified: 2014-04-07 04:08 UTC (History)
2 users (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 Dmitry 2014-03-27 13:07:34 UTC
install puddletag-1.0.3

run puddletag

Error: The configobj module wasn't found. Please check that it's installed properly. Download it from your distro's repository (usually python-configobj) or directly from http://code.google.com/p/configobj/

eix 
  dev-python/configobj
     Available versions:  4.7.2 4.7.2-r1 4.7.2-r2 (~)5.0.1 (~)5.0.2 {doc    PYTHON_TARGETS="pypy2_0 python2_6 python2_7 python3_2 python3_3"}
     Installed versions:  5.0.2


fix:
emerge -av dev-python/six 

Recovered then syudo
https://bbs.archlinux.org/viewtopic.php?pid=1385295
Comment 1 Daniel Pielmeier gentoo-dev 2014-03-30 16:08:54 UTC
@python: I think this is not a bug in puddletag as it does not use six. The 5.0.x versions from configobj however do. I guess the dependency must be added to configobj instead.
Comment 2 Daniel Pielmeier gentoo-dev 2014-04-05 15:14:14 UTC
I am pretty sure this is not a bug in puddletag. configobj depends on six according to it's setup.py.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2014-04-07 04:08:12 UTC
  07 Apr 2014; Ian Delaney <idella4@gentoo.org> -configobj-4.7.2.ebuild,
  configobj-5.0.1.ebuild, configobj-5.0.2.ebuild:
  Add py3.4 support & missing rdep, fixes Bug 505964 by Dimas