aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/02_populate-install_requires.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/02_populate-install_requires.patch')
-rw-r--r--debian/patches/02_populate-install_requires.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/02_populate-install_requires.patch b/debian/patches/02_populate-install_requires.patch
index 0e71c16..962c790 100644
--- a/debian/patches/02_populate-install_requires.patch
+++ b/debian/patches/02_populate-install_requires.patch
@@ -1,4 +1,4 @@
-From 08c16e06ad11c6fcb26f4ca1ea3f11093598092f Mon Sep 17 00:00:00 2001
+From 12a013173d4175a3dcbe728128a63a399358bf6f Mon Sep 17 00:00:00 2001
From: Daniele Tricoli <eriol@mornie.org>
Date: Fri, 23 Oct 2015 16:03:52 +0200
Subject: Populate install_requires for unbundled packages
@@ -15,7 +15,7 @@ Patch-Name: 02_populate-install_requires.patch
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index c483535..5e75b98 100755
+index c483535..2648a3a 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,9 @@ packages = [
@@ -24,7 +24,7 @@ index c483535..5e75b98 100755
-requires = []
+requires = [
-+ 'urllib3==1.12',
++ 'urllib3==1.13.1',
+]
version = ''