Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
f7cfe1d0bf
commit
2f9e0f94cd
1 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.5.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Wkhtmltopdf python wrapper
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -11,7 +11,7 @@ URL: https://github.com/JazzCore/python-pdfkit
|
|||
Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -72,6 +72,10 @@ rm -rf %{pypi_name}.egg-info
|
|||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.0-9
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue