https://bugzilla.redhat.com/show_bug.cgi?id=1266258



--- Comment #7 from Pete Walter <walter.p...@yandex.com> ---
> Requires:  python-six
> Provides:  python2-urlobject

These two lines currently end up as part of python3-urlobject %description. If
you move them below the main package's BuildRequires and above '%package -n
python3-urlobject' they should start working as expected.

> %{__python2} setup.py install --skip-build --root=$RPM_BUILD_ROOT
> %{__python3} setup.py install --skip-build --prefix=%{_prefix} --root 
> $RPM_BUILD_ROOT

Why is --prefix=%{_prefix} only in one of the lines above? Shouldn't it be in
both (or neither)? Also, we have new %py2_install and %py3_install macros that
wrap this. Might be a good idea to use them instead, as is done in
https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to