forked from pool/python-gTTS
* gTTS is now built as a wheel package (Python 2 & 3) (#181) - Rebase patch remove-pip-requirement.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gTTS?expand=0&rev=7
14 lines
372 B
Diff
14 lines
372 B
Diff
Index: gTTS-2.0.4/setup.cfg
|
|
===================================================================
|
|
--- gTTS-2.0.4.orig/setup.cfg
|
|
+++ gTTS-2.0.4/setup.cfg
|
|
@@ -33,8 +33,6 @@ 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 =
|