From 81ee85a7dee39604c9fc8e5c380c7b406effdf4b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 13 Dec 2018 12:24:24 +0100 Subject: debian: allow python3.7-dev The default python in buster is currently Python 3.6 but that will probably change in the near future. Allow python3.7-dev as build dependency so we can use it to build the debian packages for buster/sid. Signed-off-by: Michael Olbrich --- debian/bin/gencontrol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bin/gencontrol.sh b/debian/bin/gencontrol.sh index 573d139..b203cc1 100755 --- a/debian/bin/gencontrol.sh +++ b/debian/bin/gencontrol.sh @@ -20,7 +20,7 @@ Priority: optional Maintainer: PTXdist Devevelopers Homepage: https://www.pengutronix.de/software/toolchain.html Bugs: mailto:bugs@pengutronix.de -Build-Depends: debhelper (>= 9), libncurses-dev, python3-dev, bison, flex +Build-Depends: debhelper (>= 9), libncurses-dev, python3-dev | python3.7-dev, bison, flex EOF if [ $# -gt 0 ]; then -- cgit v1.2.3