commit | b592454e5113b19fba6f6cacfd97bcb8ec11f4f3 | [log] [tgz] |
---|---|---|
author | Flavio Percoco <flaper87@gmail.com> | Fri Feb 20 13:51:22 2015 +0100 |
committer | Flavio Percoco <fpercoco@redhat.com> | Mon Feb 23 09:23:55 2015 +0000 |
tree | 47a8c08daeffe4730c1e72abd123f6a7c56d18ed | |
parent | 889f6046423de64de9b5c3ca3ac0b63cbf32dfd4 [diff] [blame] |
Install python-redis from pip Following the leads of I47b7e787771683c2fc4404e586f11c1a19aac15c and as an attempt to fix a bug blocking Zaqar's gate, this patch installs python-redis from pypi instead of using the distro package. Change-Id: Idfef2fe1b41b44c4cba6b6948b621bc44e77659b
diff --git a/files/debs/zaqar-server b/files/debs/zaqar-server index 32b1017..6c2a4d1 100644 --- a/files/debs/zaqar-server +++ b/files/debs/zaqar-server
@@ -1,5 +1,4 @@ python-pymongo mongodb-server pkg-config -redis-server # NOPRIME -python-redis # NOPRIME \ No newline at end of file +redis-server # NOPRIME \ No newline at end of file