]> git.pld-linux.org Git - packages/python-bs4.git/blobdiff - python-bs4.spec
- added smart_quotes patch (give some encoding hint in test, it failed on python3)
[packages/python-bs4.git] / python-bs4.spec
index 201568555554229130cd9564d62b95dbd9409107..f0d014be439d006c83e06a477139a62201c5c295 100644 (file)
@@ -18,6 +18,7 @@ Source0:      https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautif
 # Source0-md5: c17714d0f91a23b708a592cb3c697728
 Patch0:                test_suite.patch
 Patch1:                %{name}-lxml.patch
+Patch2:                %{name}-smart_quotes.patch
 URL:           https://www.crummy.com/software/BeautifulSoup/
 BuildRequires: rpmbuild(macros) >= 1.714
 BuildRequires: rpm-pythonprov
@@ -75,6 +76,7 @@ Dokumentacja API moduĊ‚u Pythona beautifulsoup4.
 %setup -q -n beautifulsoup4-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %if %{with python2}
This page took 0.024303 seconds and 4 git commands to generate.