Build with soupsieve dependency to close circular dependency

This commit is contained in:
Steve Traylen 2022-02-14 16:18:53 +00:00
parent e1a4e74d0d
commit bec3902c8b

View File

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