From d0ae62d78d43face164f19196f31917120448181 Mon Sep 17 00:00:00 2001 From: Robin Bowes Date: Fri, 2 Jan 2015 12:20:25 +0000 Subject: [PATCH] Add requires section to setup.cfg --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index d7d3d6a..4dbc01f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,6 @@ universal = 1 [bdist_rpm] build_requires = python-setuptools +requires = python-flask + python-flask-wtf + python-pypuppetdb