Move python3 req to sub package
This commit is contained in:
parent
169f6ee1e2
commit
1d970af2e8
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-beautifulsoup4
|
||||
Version: 4.1.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: HTML/XML parser for quick-turnaround applications like screen-scraping
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
@ -23,8 +23,6 @@ BuildRequires: python3-html5lib
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-html5lib
|
||||
Requires: python3-lxml
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -50,6 +48,8 @@ minutes with Beautiful Soup.
|
||||
%package -n python3-beautifulsoup4
|
||||
Summary: HTML/XML parser for quick-turnaround applications like screen-scraping
|
||||
Group: Development/Languages
|
||||
Requires: python3-html5lib
|
||||
Requires: python3-lxml
|
||||
Obsoletes: python3-BeautifulSoup < 1:3.2.1-2
|
||||
|
||||
%description -n python3-beautifulsoup4
|
||||
@ -125,6 +125,9 @@ pushd %{py3dir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jul 22 2012 Terje Rosten <terje.rosten@ntnu.no> - 4.1.1-4
|
||||
- Move python3 req to sub package
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user