From 3170b477d04cd2fe306596cba39bfe8c8ea74177 Mon Sep 17 00:00:00 2001 From: Amnon Heiman Date: Sun, 31 Jul 2016 10:47:22 +0300 Subject: [PATCH] ubuntu control.in: set python2 request dependency scylla-housekeeping moved to python2, this change the dependency to take the python2 requests module. Signed-off-by: Amnon Heiman --- dist/ubuntu/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ubuntu/control.in b/dist/ubuntu/control.in index ead37bff0b..10e49d7f49 100644 --- a/dist/ubuntu/control.in +++ b/dist/ubuntu/control.in @@ -16,7 +16,7 @@ Conflicts: scylla-server (<< 1.1) Package: scylla-server Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, hwloc-nox, collectd, scylla-conf, python-yaml, python-urwid, python3-requests, @@DEPENDS@@ +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, hwloc-nox, collectd, scylla-conf, python-yaml, python-urwid, python-requests, @@DEPENDS@@ Description: Scylla database server binaries Scylla is a highly scalable, eventually consistent, distributed, partitioned row DB.