Debian: Require lightwight python development packages.

Message ID 20200512115221.97217-1-stefan.schantl@ipfire.org
State Accepted
Commit 482eb94f165507ffcb6503e162535064d6dcecac
Headers
Series Debian: Require lightwight python development packages. |

Commit Message

Stefan Schantl May 12, 2020, 11:52 a.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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 <!nodoc>,
  intltool (>=0.40.0),
- libpython3-all-dev <!nopython>,
+ libpython3-dev <!nopython>,
  libssl-dev,
  libsystemd-dev,
- python3-all-dev:any <!nopython>,
+ python3-dev:any <!nopython>,
  pkg-config,
  systemd,
  xsltproc <!nodoc>,