summaryrefslogtreecommitdiff
path: root/debian/patches/Always-use-setuptools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/Always-use-setuptools.patch')
-rw-r--r--debian/patches/Always-use-setuptools.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/patches/Always-use-setuptools.patch b/debian/patches/Always-use-setuptools.patch
index 504aedc..d302295 100644
--- a/debian/patches/Always-use-setuptools.patch
+++ b/debian/patches/Always-use-setuptools.patch
@@ -6,9 +6,11 @@ Subject: Always use setuptools
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
+diff --git a/setup.py b/setup.py
+index 37b3a0a..c0948d1 100644
--- a/setup.py
+++ b/setup.py
-@@ -28,7 +28,7 @@
+@@ -28,7 +28,7 @@ import subprocess
import sys
import shutil