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



--- Comment #1 from gil cattaneo <[email protected]> ---
i dont uderstand this part of your spec file:

%description -n python-%{pypi_name}
django-netjsongraph is a network topology collector and
network topology visualizer.
It supports collecting network topology from OLSR,
BATMAN-advanced, BMX and NetJSON NetworkGraph.
%{?python_provide:%python_provide python-%{pypi_name}}
%if 0%{?with_python2}
Requires:       python2-django >= 1.9, python2-django < 1.10
Requires:       python2-django-model-utils
Requires:       python2-django-rest-framework >= 3.3,
python2-django-rest-framework < 3.4
Requires:       python2-netdiff >= 0.4.7, python2-netdiff <= 5.0
Requires:       python2-six
%endif

%if 0%{?with_python3}
Requires:       python3-django >= 1.9, python3-django < 1.10
Requires:       python3-django-model-utils
Requires:       python3-django-rest-framework >= 3.3,
python3-django-rest-framework < 3.4
Requires:       python3-netdiff >= 0.4.7, python3-netdiff <= 5.0
Requires:       python3-six
%endif

the python2 package is available only in EL7?
otherwise you should use this template
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
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to