File: support_certbot1_and_certbot2.patch

package info (click to toggle)
python-certbot-dns-gandi 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: python: 170; sh: 8; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove extraneous requirement handled by certbot.
Author: Unit 193 <unit193@debian.org>
Origin: vendor
Forwarded: not-needed

---
 setup.py |    1 -
 1 file changed, 1 deletion(-)

--- a/setup.py	2022-12-27 23:25:19.563583377 -0500
+++ b/setup.py	2022-12-27 23:25:19.559583395 -0500
@@ -16,7 +16,6 @@
     python_requires=' >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     install_requires=[
         'certbot',
-        'zope.interface',
         'requests>=2.4.2',
     ],
     entry_points={