!6 delete python dependencies

Merge pull request !6 from 周海波/master
This commit is contained in:
openeuler-ci-bot 2020-07-17 10:06:17 +08:00 committed by Gitee
commit ecf99bc4db

View File

@ -1,6 +1,6 @@
Name: python-html5lib
Version: 1.0.1
Release: 5
Release: 6
Epoch: 1
Summary: HTML parser based on the WHAT-WG Web Applications 1
License: MIT
@ -16,14 +16,6 @@ BuildArch: noarch
Html5lib is a pure-python library for parsing HTML. It is designed to conform
to the WHATWG HTML specification, as is implemented by all major web browsers.
%package -n python2-html5lib
Summary: python2 package for html5lib
BuildRequires: python2-devel python2-setuptools python2-mock python2-pytest python2-six
BuildRequires: python2-webencodings python2-chardet python2-genshi python2-lxml
%{?python_provide:%python_provide python2-html5lib}
%description -n python2-html5lib
python2 package for html5lib.
%package -n python3-html5lib
Summary: python3 package for html5lib
@ -40,18 +32,11 @@ python3 package for html5lib.
%autosetup -n html5lib-python-%{version} -p1
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python2-html5lib
%defattr(-,root,root)
%license LICENSE
%{python2_sitelib}/*
%files -n python3-html5lib
%defattr(-,root,root)
%license LICENSE
@ -62,6 +47,12 @@ python3 package for html5lib.
%doc CHANGES.rst README.rst
%changelog
* Wed Jul 15 2020 zhouhaibo <zhouhaibo@huawei.com> - 1.0.1-6
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:delete python2 dependencies
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-5
- Type:bugfix
- Id:NA