Add python-setuptools as required preinstalled package

On some kind-of-minimalistic  Ubuntu 18.04.1 extra python package `python-setuptools` was needed in order to compile from source the final DEB.

```
dpkg-buildpackage: info: source version 1.2.1
dpkg-buildpackage: info: source changed by Julien Fortin <[email protected]>
 dpkg-source --before-build ifupdown2
dpkg-buildpackage: info: host architecture amd64
dpkg-checkbuilddeps: error: Unmet build dependencies: python-setuptools
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
```
This commit is contained in:
Rostislav Kandilarov
2018-12-13 14:43:57 -08:00
committed by Julien Fortin
parent a0b4ad9c9b
commit 06dd888a28
+1 -1
View File
@@ -50,7 +50,7 @@ You might need to manually download dependencies. Mandatory dependencies:
.. code-block:: console
$ apt-get install build-essential devscripts dh-systemd fakeroot python-all python-docutils iproute2 python-ipaddr python-argcomplete
$ apt-get install build-essential devscripts dh-systemd fakeroot python-all python-docutils iproute2 python-ipaddr python-argcomplete python-setuptools
Suggested dependencies: