From bec3902c8ba03b851f81d33fdc7cc66b94f65cbc Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 14 Feb 2022 16:18:53 +0000 Subject: [PATCH] Build with soupsieve dependency to close circular dependency --- python-beautifulsoup4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 12beb08..cb8c42a 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -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 - 4.10.0-6 +- Build with soupsieve dependency to close circular dependency + * Mon Feb 14 2022 Steve Traylen - 4.10.0-5 - Build without soupsieve dependency to break circular dependency