https://bugzilla.novell.com/show_bug.cgi?id=894588 https://bugzilla.novell.com/show_bug.cgi?id=894588#c0 Summary: python-pyside fails to install egg-info Classification: openSUSE Product: openSUSE Factory Version: 201408* Platform: All OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rolf@rotkraut.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 The package python-pyside provides the Python package PySide. But it does not install the egg-info for this package. As a consequence, all dependent Python packages that require PySide using pkg_resources will fail to find it. Reproducible: Always Steps to Reproduce: 1. install python-pyside 2. run the following Python two-liner that tries to find PySide using pkg_resources: | from pkg_resources import require | require("PySide>=1.1.0") Actual Results: An exception is raised: | Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require | needed = self.resolve(parse_requirements(requirements)) | File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve | raise DistributionNotFound(req) | pkg_resources.DistributionNotFound: PySide>=1.1.0 Expected Results: No exception. The test program should have found PySide. require should have returned (a list with) a pkg_resources.Distribution object corresponding to the installed PySide package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.