From bd739bd45f701200ca9674e8e4a03f4b5e8e1e0a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 23 Dec 2019 17:34:15 +0100 Subject: [PATCH] environment/build-style/python*-module: makedepends on the appropriate versions. --- common/environment/build-style/python-module.sh | 1 + common/environment/build-style/python2-module.sh | 1 + common/environment/build-style/python3-module.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/common/environment/build-style/python-module.sh b/common/environment/build-style/python-module.sh index 2444d3d104..d6b6502e44 100644 --- a/common/environment/build-style/python-module.sh +++ b/common/environment/build-style/python-module.sh @@ -1 +1,2 @@ lib32disabled=yes +makedepends+=" python python3" diff --git a/common/environment/build-style/python2-module.sh b/common/environment/build-style/python2-module.sh index 2444d3d104..3a3699bfac 100644 --- a/common/environment/build-style/python2-module.sh +++ b/common/environment/build-style/python2-module.sh @@ -1 +1,2 @@ lib32disabled=yes +makedepends+=" python" diff --git a/common/environment/build-style/python3-module.sh b/common/environment/build-style/python3-module.sh index 2444d3d104..56471fe88b 100644 --- a/common/environment/build-style/python3-module.sh +++ b/common/environment/build-style/python3-module.sh @@ -1 +1,2 @@ lib32disabled=yes +makedepends+=" python3"