diff --git a/common/environment/build-style/python-module.sh b/common/environment/build-style/python-module.sh index 2444d3d104f..d6b6502e44f 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 2444d3d104f..3a3699bfac0 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 2444d3d104f..56471fe88bc 100644 --- a/common/environment/build-style/python3-module.sh +++ b/common/environment/build-style/python3-module.sh @@ -1 +1,2 @@ lib32disabled=yes +makedepends+=" python3"