From d6a264454a817ef75b7dabd44afcd07f849c50876d22d3c175e2d8a2fe6eda7f Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sun, 10 Feb 2019 19:17:33 +0000 Subject: [PATCH] Accepting request 673169 from home:alarrosa:branches:devel:languages:python - Change the egg requirement to use the right name, beautifulsoup4, instead of bs4 OBS-URL: https://build.opensuse.org/request/show/673169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=5 --- python-gTTS.changes | 6 ++++++ remove-pip-requirement.patch | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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