Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=917329 Yohan Graterol <yohangraterol92@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yohangraterol92@xxxxxxxxx --- Comment #2 from Yohan Graterol <yohangraterol92@xxxxxxxxx> --- Hello Conrad Meyer, The Source0 is invalid URL, please fix it. BuildRequires: python-devel is wrong, is python2-devel or python3-devel. Please, can you create a repository for store the package and do a setup.py? cp %{SOURCE0} . cat >setup.py <<EOS #!/usr/bin/env python from distutils.core import setup setup(name='listquote', version='1.4.0', description='%{summary}', author='Michael Foord', author_email='fuzzyman@xxxxxxxxxxxxxxxx', url='http://www.voidspace.org.uk/python/listquote.html', py_modules=['listquote'], ) EOS %{python_sitelib}/* is wrong too, you must write the name of the package, example %{python_sitelib}/%{sample}/. And the documentation? Have not documentation? Regards! -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fKF4lSTY8q&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review