Added python3 support which accidently removed from spec
This commit is contained in:
parent
f2f07e6cf5
commit
72dca3af35
@ -1,4 +1,5 @@
|
|||||||
%global modulename html5lib
|
%global modulename html5lib
|
||||||
|
%global with_python3 1
|
||||||
|
|
||||||
Name: python-%{modulename}
|
Name: python-%{modulename}
|
||||||
Summary: A python based HTML parser/tokenizer
|
Summary: A python based HTML parser/tokenizer
|
||||||
@ -20,6 +21,7 @@ BuildRequires: python-six
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python-tools
|
BuildRequires: python-tools
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user