summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-27 11:16:35 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-27 11:16:49 +0100
commit5cff4983f160d698195c4c5e3ffcb320bf4bb0b2 (patch)
tree6ade72db96146a1b74ec9f5d4bca293463c60ab2
parent653b3a6c0df60938189d2fb05d78c4671c74777e (diff)
downloadkittystore-5cff4983f160d698195c4c5e3ffcb320bf4bb0b2.tar.gz
kittystore-5cff4983f160d698195c4c5e3ffcb320bf4bb0b2.tar.xz
kittystore-5cff4983f160d698195c4c5e3ffcb320bf4bb0b2.zip
Fix versionned dependency on mailman in the spec file
-rw-r--r--kittystore.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kittystore.spec b/kittystore.spec
index 45325da..50b3519 100644
--- a/kittystore.spec
+++ b/kittystore.spec
@@ -19,13 +19,13 @@ BuildRequires: python-dateutil < 2.0
BuildRequires: python-storm
BuildRequires: python-zope-interface
BuildRequires: python-networkx
-BuildRequires: mailman >= 3:3.0.0b2
+BuildRequires: mailman >= 3:3.0.0
Requires: python-mock
Requires: python-dateutil < 2.0
Requires: python-storm
Requires: python-zope-interface
Requires: python-networkx
-Requires: mailman >= 3.0.0b2
+Requires: mailman >= 3:3.0.0
%description
KittyStore is the archiving library for HyperKitty, the Mailman 3 archiver.