diff options
Diffstat (limited to 'pkg/deb/Makefile.python36')
-rw-r--r-- | pkg/deb/Makefile.python36 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.python36 b/pkg/deb/Makefile.python36 index 232687f2..fc4bac45 100644 --- a/pkg/deb/Makefile.python36 +++ b/pkg/deb/Makefile.python36 @@ -13,7 +13,8 @@ MODULE_INSTARGS_python36= python3.6-install MODULE_SOURCES_python36= unit.example-python-app \ unit.example-python3.6-config -BUILD_DEPENDS+= python3.6-dev +BUILD_DEPENDS_python36= python3.6-dev +BUILD_DEPENDS+= $(BUILD_DEPENDS_python36) MODULE_BUILD_DEPENDS_python36=,python3.6-dev |