From 2da842a9d78150d654a546264a62e13f5b9e3428 Mon Sep 17 00:00:00 2001 From: netfreak98 <31798580+netfreak98@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:56:57 +0200 Subject: [PATCH] Updated additional packages requirements --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index b321861..93521b3 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,12 @@ You might need to manually download dependencies. Mandatory dependencies: $ apt-get install build-essential devscripts dh-systemd fakeroot python-all python-docutils iproute2 python-ipaddr python-setuptools +To build the deb file successfully, the following additional packages are required: + +.. code-block:: console + + $ apt-get install dh-python python3-all python3-setuptools python3-docutils + Suggested dependencies: .. code-block:: console