aboutsummaryrefslogtreecommitdiff
path: root/devel/py-fabric/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-fabric/files/patch-setup.py')
-rw-r--r--devel/py-fabric/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-fabric/files/patch-setup.py b/devel/py-fabric/files/patch-setup.py
deleted file mode 100644
index 9b328a3a6d2a..000000000000
--- a/devel/py-fabric/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2022-07-14 22:37:01 UTC
-+++ 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", "paramiko>=2.4", "pathlib2"],
- extras_require={
- "testing": testing_deps,
- "pytest": testing_deps + pytest_deps,