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}
|
||||
Version: 0.10.1
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Lesscss compiler
|
||||
|
||||
License: MIT
|
||||
@ -17,11 +17,11 @@ Source0: https://pypi.python.org/packages/source/l/%{pypi_name}/%{pypi_na
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-ply
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-coverage
|
||||
BuildRequires: python-flake8
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-ply
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-coverage
|
||||
BuildRequires: python2-flake8
|
||||
|
||||
%global _description\
|
||||
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
|
||||
Summary: %summary
|
||||
Requires: python-ply
|
||||
Requires: python2-ply
|
||||
%{?python_provide:%python_provide python2-lesscpy}
|
||||
|
||||
%description -n python2-lesscpy %_description
|
||||
@ -112,6 +112,10 @@ popd
|
||||
|
||||
|
||||
%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
|
||||
- Python 2 binary package renamed to python2-lesscpy
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
Loading…
Reference in New Issue
Block a user