Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 407221

Summary: dev-python/pyxdg requires unavailable python v2
Product: Gentoo Linux Reporter: bugzilla
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description bugzilla 2012-03-07 04:51:17 UTC
dev-python/pyxdg-0.19 (the only version available) requires one of Python 2.[4567], but on a fresh-from-stage3 tarball system, only Python 3.2.2 is available. The ebuild should probably have a slotted dependency for python v2.

Reproducible: Always

Steps to Reproduce:
1. `emerge dev-python/xdg`
2. Look at emmerge output.
3. Don't profit.
Comment 1 Ben Kohler gentoo-dev 2012-03-07 16:34:24 UTC
The ebuild needs PYTHON_DEPEND=2 before the inherit line, assuming all 2.x >= 2.4 do indeed work
Comment 2 Patrick Lauer gentoo-dev 2012-03-09 01:01:31 UTC
+  09 Mar 2012; Patrick Lauer <patrick@gentoo.org> pyxdg-0.19.ebuild:
+  Python dependency fix for #407221