forked from pool/python-gTTS
- 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
20 lines
435 B
Diff
20 lines
435 B
Diff
Index: gTTS-2.0.3/setup.cfg
|
|
===================================================================
|
|
--- gTTS-2.0.3.orig/setup.cfg
|
|
+++ gTTS-2.0.3/setup.cfg
|
|
@@ -33,13 +33,11 @@ long_description_content_type = text/mar
|
|
python_requires = >= 2.7
|
|
setup_requires =
|
|
setuptools >= 38.6
|
|
- pip >= 10
|
|
- twine >= 1.11
|
|
include_package_data = True
|
|
packages = find:
|
|
install_requires =
|
|
six
|
|
- bs4
|
|
+ beautifulsoup4
|
|
click
|
|
requests
|
|
gtts_token
|