summaryrefslogtreecommitdiff
path: root/security/py-certbot/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-certbot/files/patch-setup.py')
-rw-r--r--security/py-certbot/files/patch-setup.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/py-certbot/files/patch-setup.py b/security/py-certbot/files/patch-setup.py
deleted file mode 100644
index 9afa4e481ea8..000000000000
--- a/security/py-certbot/files/patch-setup.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.py.orig 2020-01-14 18:41:32 UTC
-+++ setup.py
-@@ -47,7 +47,6 @@ install_requires = [
- # 1.1.0+ is required to avoid the warnings described at
- # https://github.com/certbot/josepy/issues/13.
- 'josepy>=1.1.0',
-- 'mock',
- 'parsedatetime>=1.3', # Calendar.parseDT
- 'pyrfc3339',
- 'pytz',
-@@ -76,6 +75,7 @@ elif os.name == 'nt':
- dev_extras = [
- 'coverage',
- 'ipdb',
-+ 'mock',
- 'pytest',
- 'pytest-cov',
- 'pytest-xdist',