Remove the unused flake8 build dependency
This commit is contained in:
parent
c83693ed76
commit
e2c8f42f7e
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.13.0
|
Version: 0.13.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Lesscss compiler
|
Summary: Lesscss compiler
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -38,7 +38,6 @@ BuildRequires: python2-setuptools
|
|||||||
BuildRequires: python2-ply
|
BuildRequires: python2-ply
|
||||||
BuildRequires: python2-nose
|
BuildRequires: python2-nose
|
||||||
BuildRequires: python2-coverage
|
BuildRequires: python2-coverage
|
||||||
BuildRequires: python2-flake8
|
|
||||||
BuildRequires: python2-six
|
BuildRequires: python2-six
|
||||||
%{?python_provide:%python_provide python2-lesscpy}
|
%{?python_provide:%python_provide python2-lesscpy}
|
||||||
|
|
||||||
@ -53,7 +52,6 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-ply
|
BuildRequires: python3-ply
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-flake8
|
|
||||||
BuildRequires: python3-coverage
|
BuildRequires: python3-coverage
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
%{?python_provide:%python_provide python3-lesscpy}
|
%{?python_provide:%python_provide python3-lesscpy}
|
||||||
@ -111,6 +109,9 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 16 2018 Marcel Plch <mplch@redhat.com> - 0.13.0-7
|
||||||
|
- Remove the unused flake8 build dependency
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-6
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user