summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-19 11:40:45 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-19 11:40:45 +0100
commit9fe6f9e7efa2c1c5cece02faa8b0f1dc10b806eb (patch)
tree82192709271314ecca3aa750c2e423f589ab3a93
parent06ca4cb6c61ea389127c214aa7b8a1f55eb0c42f (diff)
downloadkittystore-9fe6f9e7efa2c1c5cece02faa8b0f1dc10b806eb.tar.gz
kittystore-9fe6f9e7efa2c1c5cece02faa8b0f1dc10b806eb.tar.xz
kittystore-9fe6f9e7efa2c1c5cece02faa8b0f1dc10b806eb.zip
Update spec file
-rw-r--r--kittystore.spec4
-rw-r--r--requirements.txt1
2 files changed, 4 insertions, 1 deletions
diff --git a/kittystore.spec b/kittystore.spec
index 935f976..d80be3a 100644
--- a/kittystore.spec
+++ b/kittystore.spec
@@ -3,7 +3,7 @@
Name: kittystore
Version: 0.1.4
-Release: 0.1%{?dist}
+Release: 1%{?dist}
Summary: A storage engine for GNU Mailman v3 archives
License: GPLv3
@@ -18,11 +18,13 @@ BuildRequires: python-mock
BuildRequires: python-dateutil < 2.0
BuildRequires: python-storm
BuildRequires: python-zope-interface
+BuildRequires: python-networkx
BuildRequires: mailman >= 3.0.0b2
Requires: python-mock
Requires: python-dateutil < 2.0
Requires: python-storm
Requires: python-zope-interface
+Requires: python-networkx
Requires: mailman >= 3.0.0b2
%description
diff --git a/requirements.txt b/requirements.txt
index 9b5b607..f0f0be8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,3 +3,4 @@ zope.interface
storm
python-dateutil < 2.0 # 2.0+ is for Python 3
mock
+networkx