From d4aca61a41be0668587721589448a1833df6d047 Mon Sep 17 00:00:00 2001 From: Marco Hoyer Date: Fri, 14 Feb 2014 10:41:28 +0100 Subject: [PATCH] Update setup.cfg add requirements for this projects to be also set in rpm --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7d5a6f76..eb42425f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,6 @@ all_files = 1 [wheel] universal = 1 + +[bdist_rpm] +requires = python python-urllib3