Codebase list osrframework / ee9ae37 debian / patches / use-bs4-by-default.patch
ee9ae37

Tree @ee9ae37 (Download .tar.gz)

use-bs4-by-default.patch @ee9ae37raw · history · blame

Description: Use bs4 by default
 Mention beautifulsoup4 in setup so that pybuild generates a dependency on
 bs4 and not on obsolete beautifulsoup
Author: Sophie Brun <[email protected]>
Last-Update: 2018-10-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -115,7 +115,7 @@ setup(
         "mechanize",
         "requests",
         "python-emailahoy",
-        "BeautifulSoup",
+        "beautifulsoup4",
         "pyexcel==0.2.1",
         "pyexcel_ods==0.1.1",
         "pyexcel_xls==0.1.0",