forked from pool/python-Fabric
* Drop install_requires on pathlib2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=77
14 lines
605 B
Diff
14 lines
605 B
Diff
Index: fabric-2.7.1/setup.py
|
|
===================================================================
|
|
--- fabric-2.7.1.orig/setup.py
|
|
+++ fabric-2.7.1/setup.py
|
|
@@ -65,7 +65,7 @@ setuptools.setup(
|
|
"CI": "https://app.circleci.com/pipelines/github/fabric/fabric",
|
|
"Twitter": "https://twitter.com/pyfabric",
|
|
},
|
|
- install_requires=["invoke>=1.3,<2.0", "paramiko>=2.4", "pathlib2"],
|
|
+ install_requires=["invoke>=1.3,<2.0", "paramiko>=2.4"],
|
|
extras_require={
|
|
"testing:python_version<='3.3'": testing_deps,
|
|
"pytest:python_version<='3.3'": testing_deps + pytest_deps,
|