15
0
forked from pool/python-gTTS

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
This commit is contained in:
2019-02-10 19:17:33 +00:00
committed by Git OBS Bridge
parent 18440ed39b
commit d6a264454a
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 10 17:51:09 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
- Change the egg requirement to use the right name, beautifulsoup4,
instead of bs4
-------------------------------------------------------------------
Sat Feb 2 21:52:59 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -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