diff --git a/python-lesscpy.spec b/python-lesscpy.spec index 6e5bf2d..2bc3f7c 100644 --- a/python-lesscpy.spec +++ b/python-lesscpy.spec @@ -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 - 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 - 0.10.1-11 - Python 2 binary package renamed to python2-lesscpy See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3