diff --git a/python-gTTS.changes b/python-gTTS.changes index a2f2e71..eafc1d2 100644 --- a/python-gTTS.changes +++ b/python-gTTS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 10 17:51:09 UTC 2019 - Antonio Larrosa + +- Change the egg requirement to use the right name, beautifulsoup4, + instead of bs4 + ------------------------------------------------------------------- Sat Feb 2 21:52:59 UTC 2019 - Antonio Larrosa diff --git a/remove-pip-requirement.patch b/remove-pip-requirement.patch index 3fc87e9..bc79373 100644 --- a/remove-pip-requirement.patch +++ b/remove-pip-requirement.patch @@ -2,7 +2,7 @@ Index: gTTS-2.0.3/setup.cfg =================================================================== --- gTTS-2.0.3.orig/setup.cfg +++ gTTS-2.0.3/setup.cfg -@@ -33,8 +33,6 @@ long_description_content_type = text/mar +@@ -33,13 +33,11 @@ long_description_content_type = text/mar python_requires = >= 2.7 setup_requires = setuptools >= 38.6 @@ -11,3 +11,9 @@ Index: gTTS-2.0.3/setup.cfg include_package_data = True packages = find: install_requires = + six +- bs4 ++ beautifulsoup4 + click + requests + gtts_token