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"