]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
add missing python3, python3-docutils dependency
authorIgor Velkov <iav@iav.lv>
Sun, 25 Jul 2021 10:25:31 +0000 (13:25 +0300)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 18 Oct 2021 21:41:11 +0000 (17:41 -0400)
INSTALL
debian/control

diff --git a/INSTALL b/INSTALL
index 85c09a2157119ad86dde0f4712893ed4cdb59db0..f1d38774c7904f9cd468b5870802682a23019926 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,8 @@ Dependencies:
 Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with
     apt install -y pkg-config libaio-dev libblkid-dev libkeyutils-dev \
         liblz4-dev libscrypt-dev libsodium-dev liburcu-dev libzstd-dev \
-        uuid-dev zlib1g-dev valgrind libudev-dev
+        uuid-dev zlib1g-dev valgrind libudev-dev git build-essential \
+        python3 python3-docutils
 
 Fedora: install the "Development tools" group along with:
     dnf install -y libaio-devel libsodium-devel \
index 21205042923bd37bbcc7ae7ca4e066553594b313..f8752bb778d00823dff9e3737b8cee6c9c44b13a 100644 (file)
@@ -5,7 +5,7 @@ Priority: optional
 Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev,
        libkeyutils-dev, liblz4-dev, libscrypt-dev, libsodium-dev, liburcu-dev,
-       libzstd-dev, uuid-dev, zlib1g-dev
+       libzstd-dev, uuid-dev, zlib1g-dev, python3, python3-docutils
 Homepage: https://bcachefs.org/
 
 Package: bcachefs-tools