From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] Debian: Require lightwight python development packages. Date: Tue, 12 May 2020 13:52:21 +0200 Message-ID: <20200512115221.97217-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6680108457609185963==" List-Id: --===============6680108457609185963== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f224084..09fbae7 100644 --- a/debian/control +++ b/debian/control @@ -9,10 +9,10 @@ Build-Depends: dh-systemd, asciidoc , intltool (>=0.40.0), - libpython3-all-dev , + libpython3-dev , libssl-dev, libsystemd-dev, - python3-all-dev:any , + python3-dev:any , pkg-config, systemd, xsltproc , -- 2.26.1 --===============6680108457609185963==--