File: remove-pkg-resources-dependency.patch

package info (click to toggle)
python-certbot-dns-standalone 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: python: 204; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Linus Vanas <linus@vanas.fi>
Date: Tue, 27 Jan 2026 14:38:21 +0200
Subject: Remove dependency on python3-pkg-resources

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1083619
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index cf72a06..b10208a 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,6 @@ install_requires = [
     'acme>=0.21.1',
     'certbot>=3.0.0',
     'dnslib>=0.9.0',
-    'setuptools',
 ]
 
 docs_extras = [