lbry-android/recipes/zope_interface/setuptools.patch
Akinwale Ariwodola e08f6ee73c
add / update recipes and build changes for Python 3.6.6 compatibility (#315)
* add / update recipes and build changes for Python 3.6.6 compatibility
* include Python 3 apt packages in travis build script
* use Python 3.6 in Travis
* Enable _blake2 and _sha3 in Python 3. Remove unnecessary files.
* change zope.interface version
* update cffi version
2018-10-07 15:59:03 +01:00

10 lines
375 B
Diff

--- a/setup.py 2016-12-14 00:02:45.000000000 +0100
+++ b/setup.py 2018-09-29 00:14:20.235641125 +0100
@@ -131,7 +131,6 @@
include_package_data=True,
zip_safe=False,
tests_require=tests_require,
- install_requires=['setuptools'],
extras_require={
'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
'test': tests_require,