Build with soupsieve dependency to close circular dependency

epel9 imports/e9/python-beautifulsoup4-4.10.0-6.el9
Steve Traylen 3 years ago
parent e1a4e74d0d
commit bec3902c8b

@ -1,5 +1,5 @@
# Ciruclar dependency with soupsieve which must be disabled at times # Ciruclar dependency with soupsieve which must be disabled at times
%bcond_with soupsieve %bcond_without soupsieve
%bcond_with tests %bcond_with tests
%if 0%{?fedora} < 32 && 0%{?rhel} < 8 %if 0%{?fedora} < 32 && 0%{?rhel} < 8
@ -8,7 +8,7 @@
Name: python-beautifulsoup4 Name: python-beautifulsoup4
Version: 4.10.0 Version: 4.10.0
Release: 5%{?dist} Release: 6%{?dist}
Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Summary: HTML/XML parser for quick-turnaround applications like screen-scraping
License: MIT License: MIT
URL: http://www.crummy.com/software/BeautifulSoup/ URL: http://www.crummy.com/software/BeautifulSoup/
@ -128,6 +128,9 @@ pushd %{py3dir}
%{python3_sitelib}/bs4 %{python3_sitelib}/bs4
%changelog %changelog
* Mon Feb 14 2022 Steve Traylen <steve.traylen@cern.ch> - 4.10.0-6
- Build with soupsieve dependency to close circular dependency
* Mon Feb 14 2022 Steve Traylen <steve.traylen@cern.ch> - 4.10.0-5 * Mon Feb 14 2022 Steve Traylen <steve.traylen@cern.ch> - 4.10.0-5
- Build without soupsieve dependency to break circular dependency - Build without soupsieve dependency to break circular dependency

Loading…
Cancel
Save