https://bugzilla.redhat.com/show_bug.cgi?id=980908
Mario Blättermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] | |m Assignee|[email protected] |[email protected] | |m Flags| |fedora-review? --- Comment #2 from Mario Blättermann <[email protected]> --- Scratch build fails: http://koji.fedoraproject.org/koji/taskinfo?taskID=5569792 From build.log: Traceback (most recent call last): File "setup.py", line 17, in <module> from setuptools import setup ImportError: No module named setuptools RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.dfuOq0 (%build) bogus date in %changelog: Tue Jun 02 2013 Richard Marko <[email protected]> - 0.4.0-1 Python-setuptools is missing from BuildRequires, and the date in %changelog has to be fixed (Tue Jul 02). Moreover, the tarball contains a prebuilt egg-info which has to be removed before building the package: %prep %setup -q -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info See http://fedoraproject.org/wiki/Packaging:Python_Eggs#Upstream_Eggs for more information. The "Summary:" line shouldn't end with a period. -- 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=UxDYtFtWnX&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
