From 371a9243c0ea048bb50cb832f8dfb257f0f37cfc Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 25 Mar 2023 10:19:11 -0700 Subject: [PATCH] Add missing deb package dependencies to docs --- doc/topics/packaging/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/packaging/index.rst b/doc/topics/packaging/index.rst index b671aaa6393..d9997fd50bc 100644 --- a/doc/topics/packaging/index.rst +++ b/doc/topics/packaging/index.rst @@ -95,7 +95,7 @@ How to build deb packages .. code-block:: bash - apt install -y python3 python3-venv python3-pip build-essential devscripts debhelper bash-completion git + apt install -y bash-completion build-essential debhelper devscripts git patchelf python3 python3-pip python3-venv rustc #. (Optional) To build a specific Salt version, you will need to install tools and changelog dependencies: