File 126.patch of Package python3-stdeb
From 80e9141023250b78b2a4c35c0ac4eb1963b3629a Mon Sep 17 00:00:00 2001
From: Sebastian Wagner <sebix@sebix.at>
Date: Wed, 12 Oct 2016 09:50:53 +0200
Subject: [PATCH] Fix install_requires
fixes astraw/stdeb#78
Signed-off-by: Sebastian Wagner <sebix@sebix.at>
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index d7796f5..cd0d81c 100644
--- a/setup.py
+++ b/setup.py
@@ -29,4 +29,5 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
+ install_requires=['requests'],
)