From cb264ce1ed8d2aea45ee80dea4ae2ccfc134c96f Mon Sep 17 00:00:00 2001 From: Robin Bowes Date: Wed, 31 Dec 2014 11:47:00 +0000 Subject: [PATCH] Add python-setuptools as a build requirement for bdist_rpm so the resulting SRPM can be rebuilt with mock --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5e40900..d7d3d6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [wheel] universal = 1 + +[bdist_rpm] +build_requires = python-setuptools