From fe9f72d2c0fe2f8917b4cd1e408981ef46d837dc Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Fri, 28 Apr 2017 01:05:16 +0900 Subject: [PATCH] dist/debian: add python3-pyudev to dependencies pyudev is required for seastar/scripts/perftune.py. Fixes #2315 Signed-off-by: Takuya ASADA Message-Id: <1493309116-18074-1-git-send-email-syuu@scylladb.com> --- dist/debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debian/control.in b/dist/debian/control.in index b9d3ba1e2a..ce41ebc034 100644 --- a/dist/debian/control.in +++ b/dist/debian/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, python-requests, curl, util-linux, realpath, python3-yaml, python3, uuid-runtime, pciutils, @@DEPENDS@@ +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, hwloc-nox, collectd, scylla-conf, python-yaml, python-urwid, python-requests, curl, util-linux, realpath, python3-yaml, python3, uuid-runtime, pciutils, python3-pyudev, @@DEPENDS@@ Description: Scylla database server binaries Scylla is a highly scalable, eventually consistent, distributed, partitioned row DB.