python->python2 + add missing Cython
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
177059089a
commit
c4b2e3dc7d
@ -24,11 +24,12 @@ home page < or see our bug tracker at case you want to use the current ...
|
|||||||
|
|
||||||
%package -n python2-%{modname}
|
%package -n python2-%{modname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python-setuptools
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: python-cssselect
|
BuildRequires: python2-setuptools
|
||||||
Requires: python-html5lib
|
BuildRequires: python2-Cython
|
||||||
Requires: python-beautifulsoup4
|
Requires: python2-cssselect
|
||||||
|
Requires: python2-html5lib
|
||||||
|
Requires: python2-beautifulsoup4
|
||||||
%{?python_provide:%python_provide python2-%{modname}}
|
%{?python_provide:%python_provide python2-%{modname}}
|
||||||
|
|
||||||
%description -n python2-%{modname} %{_description}
|
%description -n python2-%{modname} %{_description}
|
||||||
@ -37,8 +38,9 @@ Python 2 version.
|
|||||||
|
|
||||||
%package -n python3-%{modname}
|
%package -n python3-%{modname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-Cython
|
||||||
Requires: python3-cssselect
|
Requires: python3-cssselect
|
||||||
Requires: python3-html5lib
|
Requires: python3-html5lib
|
||||||
Requires: python3-beautifulsoup4
|
Requires: python3-beautifulsoup4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user