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

Robert-André Mauchin <zebo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zebo...@gmail.com



--- Comment #1 from Robert-André Mauchin <zebo...@gmail.com> ---
 - Should not be needed in %files

%{python2_sitelib}/%{name}.pyc
%{python2_sitelib}/%{name}.pyo

 - You should package it with Python 3 not Python 2. Python 2 will be phased
out from Fedora near 2020:

 - You should include the Python provide macro:

BuildRequires: python3-devel

   And:

%package -n     python3-%{name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{name}}

%description -n python3-%{name}
Python library that implements API used by ydiff tool.


    And:

%files -n python3-%{name}
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/%{name}.py
%{python3_sitelib}/%{name}-%{version}-py?.?.egg-info

-- 
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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/VRHIRBZ2OL64LBWABGJI3YUIU47LLOXM/

Reply via email to