From 75ebe58ba9a10737c0b3fe551f862daf050eff1a Mon Sep 17 00:00:00 2001 From: Marco Hoyer Date: Fri, 27 Feb 2015 11:27:01 +0100 Subject: [PATCH] add rpm requirements for thrift and sasl --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5bd6885 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_rpm] +requires = python >= 2.6 python-sasl python-thrift