summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-12-13 12:24:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-12-13 15:15:06 +0100
commit81ee85a7dee39604c9fc8e5c380c7b406effdf4b (patch)
tree9417611324a997c62b8f3a0176bd16dbf5449f17 /debian
parenta4703b3875bfbffe78efec93bc17245fd45e7c58 (diff)
downloadOSELAS.Toolchain-81ee85a7dee39604c9fc8e5c380c7b406effdf4b.tar.gz
OSELAS.Toolchain-81ee85a7dee39604c9fc8e5c380c7b406effdf4b.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/bin/gencontrol.sh2
1 files changed, 1 insertions, 1 deletions
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 <ptxdist@pengutronix.de>
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