From ef8eb13c681fa975180b98e8f421b962c5c8b0ef Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sat, 9 Feb 2019 14:49:08 +0300 Subject: [PATCH] Update debian info --- Custom-Packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Packages.md b/Custom-Packages.md index 88b5e8f..473588d 100644 --- a/Custom-Packages.md +++ b/Custom-Packages.md @@ -101,7 +101,7 @@ $ sudo apt-get install zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux- $ sudo apt-get install parted lsscsi ksh libssl-dev libelf-dev $ sudo apt-get install linux-headers-$(uname -r) # If you want to use pyzfs, otherwise use `./configure --disable-pyzfs` to disable it later -$ sudo apt-get install python3 +$ sudo apt-get install python3 python3-dev python3-setuptools python3-cffi ``` [Get the source code](#get-the-source-code).