Codebase list dnsviz / fresh-snapshots/main
Refresh patches. Debian Janitor 2 years ago
1 changed file(s) with 4 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
66 setup.py | 20 ++++++++++++++++----
77 1 file changed, 16 insertions(+), 4 deletions(-)
88
9 diff --git a/setup.py b/setup.py
10 index e4ce7e8..7bd0b3e 100644
11 --- a/setup.py
12 +++ b/setup.py
9 Index: dnsviz/setup.py
10 ===================================================================
11 --- dnsviz.orig/setup.py
12 +++ dnsviz/setup.py
1313 @@ -20,10 +20,22 @@ else:
1414 from setuptools.command.install import install
1515 from setuptools.command.build_py import build_py
3737 RESOLV_CONF = "'/etc/resolv.conf'"
3838
3939 def apply_substitutions(filename, install_prefix):
40 --
41 2.30.0
42