From e349f1317fb4aa7890ed25be8abb4638df83b431 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 2 Mar 2016 10:58:33 -0800 Subject: [PATCH] Add snappy dependency for upcoming feature --- install/install_apt.sh | 1 + r2/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/install/install_apt.sh b/install/install_apt.sh index 695fc3d47..5bbb20823 100755 --- a/install/install_apt.sh +++ b/install/install_apt.sh @@ -83,6 +83,7 @@ python-pycaptcha python-pylibmc=1.2.2-1~trusty5 python-amqplib python-bcrypt +python-snappy python-snudown python-l2cs python-lxml diff --git a/r2/setup.py b/r2/setup.py index a6dc3b366..eb7cffc08 100644 --- a/r2/setup.py +++ b/r2/setup.py @@ -86,6 +86,7 @@ setup( "pylibmc==1.2.2", "webob", "webtest", + "python-snappy", ], # setup tests (allowing for "python setup.py test") tests_require=['mock', 'nose', 'coverage'],