15
0
forked from pool/python-gTTS
Files
python-gTTS/remove-pip-requirement.patch
Tomáš Chvátal eaaa1b517d - Update to 2.0.4:
* 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
2019-09-12 11:57:38 +00:00

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 =