Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
937274f8a5
commit
ebd13f4632
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Lesscss compiler
|
Summary: Lesscss compiler
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -17,11 +17,11 @@ Source0: https://pypi.python.org/packages/source/l/%{pypi_name}/%{pypi_na
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python-ply
|
BuildRequires: python2-ply
|
||||||
BuildRequires: python-nose
|
BuildRequires: python2-nose
|
||||||
BuildRequires: python-coverage
|
BuildRequires: python2-coverage
|
||||||
BuildRequires: python-flake8
|
BuildRequires: python2-flake8
|
||||||
|
|
||||||
%global _description\
|
%global _description\
|
||||||
A compiler written in python 3 for the lesscss language. For those of us not\
|
A compiler written in python 3 for the lesscss language. For those of us not\
|
||||||
@ -33,7 +33,7 @@ supported (JavaScript evaluation).
|
|||||||
|
|
||||||
%package -n python2-lesscpy
|
%package -n python2-lesscpy
|
||||||
Summary: %summary
|
Summary: %summary
|
||||||
Requires: python-ply
|
Requires: python2-ply
|
||||||
%{?python_provide:%python_provide python2-lesscpy}
|
%{?python_provide:%python_provide python2-lesscpy}
|
||||||
|
|
||||||
%description -n python2-lesscpy %_description
|
%description -n python2-lesscpy %_description
|
||||||
@ -112,6 +112,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.10.1-12
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.10.1-11
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.10.1-11
|
||||||
- Python 2 binary package renamed to python2-lesscpy
|
- Python 2 binary package renamed to python2-lesscpy
|
||||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
Loading…
Reference in New Issue
Block a user