You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-beautifulsoup4/nosieve.patch

12 lines
468 B

diff -uNr beautifulsoup4-4.10.0.ORIG/setup.py beautifulsoup4-4.10.0/setup.py
--- beautifulsoup4-4.10.0.ORIG/setup.py 2022-02-14 15:37:56.703109224 +0000
+++ beautifulsoup4-4.10.0/setup.py 2022-02-14 15:38:05.522210911 +0000
@@ -19,7 +19,6 @@
description="Screen-scraping library",
python_requires='>3.0.0',
install_requires=[
- "soupsieve >1.2",
],
long_description=long_description,
long_description_content_type="text/markdown",