Spec URL: https://chandankumar.fedorapeople.org/python-discover.spec SRPM URL: https://chandankumar.fedorapeople.org/python-discover-0.4.0-1.fc22.src.rpm Description: This is the test discovery mechanism and load_tests protocol for unittest backported from Python 2.7 to work with Python 2.4 or more recent (including Python 3). Fedora Account System Username: chandankumar Successful Koji Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=10660603
Hi Chandan, You should remove the "%exclude %{python2_sitelib}/discover.py*" line, it is preventing discover.py from being packaged. Also, byte-compiled files should also be included, according to https://fedoraproject.org/wiki/Packaging:Python. Should this package support both python2 and python3, or just python2? If so, some additional changes might be needed. Javier
Hello Javier, Thanks for reviewing the package. Here is the updated spec file: https://chandankumar.fedorapeople.org/python-discover.spec SRPM: https://chandankumar.fedorapeople.org/python-discover-0.4.0-1.fc22.src.rpm Koji Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=10836365 Thanks, Chandan Kumar
do we still need this one?
(In reply to Haïkel Guémar from comment #3) > do we still need this one? No longer needed, we have started removing from openstack-* packages test-requirements. Thanks, Chandan Kumar