From patchwork Tue May 12 11:52:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 3074 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49Lx4V6h5Pz3xXM for ; Tue, 12 May 2020 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49Lx4V3QHFz2GQ; Tue, 12 May 2020 11:52:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49Lx4V1vctz2yRZ; Tue, 12 May 2020 11:52:26 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49Lx4T3THyz2x9V; Tue, 12 May 2020 11:52:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49Lx4S2swbzjH; Tue, 12 May 2020 11:52:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1589284344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VPku1Cx/WKN7nwIduZfkz7zfoNgZ4OIIUNZmptRPh44=; b=D1iM30U2kCsEiu6OhZCnsaOnNejL45cQQquPiOUoCaqhTKJT9zAxAnmysQKJFlkGqnFDBA iFXdwc1zG6tpUnDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1589284344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VPku1Cx/WKN7nwIduZfkz7zfoNgZ4OIIUNZmptRPh44=; b=O1PPn1uzee8Q1wBs2eZAS1/QXURr1EfDpvhrW1YcQNMwklzUQNGPmhqgR5q/6GXeTRBBd2 wGUyOdcj/XngIxmHCQxUTwkDgpHhDo579b0KDneWU4Mkg6sdHoof0800tDmXGt+CoGpGwo HEvF52aB2ahVrJpQDkFHNUkVumtQjyv1f8UHoo6L3qFr91IUQL8Q/e/61ZWdfleoAS3XNd 3sQolm7gL+g4gkJM/wM0wkSZcuxoHuO/x4+zfe5zVmNiEE2ez0apKsgD/7/9lpZMRCIfHM ZZ//0PXXjEiLLg4D43VQvtdZf3qRzJPrBp/LOLxGQPnr8SILqPDQK2t4OayKCg== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: development@lists.ipfire.org Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 ,