Bootstrap for Python 3.6

This commit is contained in:
Miro Hrončok 2016-12-20 00:35:20 +01:00
parent 955da98948
commit c4e2abc24a

View File

@ -44,10 +44,10 @@ Summary: HTML/XML parser for quick-turnaround applications like screen-sc
Group: Development/Languages Group: Development/Languages
BuildRequires: python-tools BuildRequires: python-tools
# html5lib BR just for test coverage # html5lib BR just for test coverage
BuildRequires: python3-html5lib #BuildRequires: python3-html5lib
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-lxml #BuildRequires: python3-lxml
Requires: python3-lxml Requires: python3-lxml
Obsoletes: python3-BeautifulSoup < 1:3.2.1-2 Obsoletes: python3-BeautifulSoup < 1:3.2.1-2
@ -106,7 +106,7 @@ pushd %{py3dir}
%{__python} -m unittest discover -s bs4 %{__python} -m unittest discover -s bs4
%if 0%{?with_python3} %if 0%{?with_python3}
pushd %{py3dir} pushd %{py3dir}
%{__python3} -m unittest discover -s bs4 #{__python3} -m unittest discover -s bs4
%endif %endif
%files %files