From d3149f51726a48ecbecf2704bbdc6b22e55e4774 Mon Sep 17 00:00:00 2001 From: Marco Hoyer Date: Fri, 27 Feb 2015 11:13:50 +0100 Subject: [PATCH 1/3] add requirement for cyrus-sasl rpm --- 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..b57f4c9 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_rpm] +requires = python >= 2.6 cyrus-sasl From 6509c2b91e2dfdac821bf7b4073262875cf7e66f Mon Sep 17 00:00:00 2001 From: Marco Hoyer Date: Fri, 27 Feb 2015 11:18:19 +0100 Subject: [PATCH 2/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73f0b25..d03ea8b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ libraries=["sasl2"], language="c++", ) -dist = setup (name = 'sasl', +dist = setup (name = 'python-sasl', version = '0.1.3', url = "http://github.com/toddlipcon/python-sasl/tree/master", maintainer = "Todd Lipcon", From 7116f59d37c15652870f9c416f33b8433a0ce151 Mon Sep 17 00:00:00 2001 From: Marco Hoyer Date: Fri, 27 Feb 2015 15:46:17 +0100 Subject: [PATCH 3/3] revert module name changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d03ea8b..73f0b25 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ libraries=["sasl2"], language="c++", ) -dist = setup (name = 'python-sasl', +dist = setup (name = 'sasl', version = '0.1.3', url = "http://github.com/toddlipcon/python-sasl/tree/master", maintainer = "Todd Lipcon",