add missing python3, python3-docutils dependency

This commit is contained in:
Igor Velkov 2021-07-25 13:25:31 +03:00 committed by Kent Overstreet
parent 4ee9ebc32e
commit 6e46ae07fa
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ Dependencies:
Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with 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 \ apt install -y pkg-config libaio-dev libblkid-dev libkeyutils-dev \
liblz4-dev libscrypt-dev libsodium-dev liburcu-dev libzstd-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: Fedora: install the "Development tools" group along with:
dnf install -y libaio-devel libsodium-devel \ dnf install -y libaio-devel libsodium-devel \

2
debian/control vendored
View File

@ -5,7 +5,7 @@ Priority: optional
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev, Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev,
libkeyutils-dev, liblz4-dev, libscrypt-dev, libsodium-dev, liburcu-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/ Homepage: https://bcachefs.org/
Package: bcachefs-tools Package: bcachefs-tools