diff options
Diffstat (limited to 'pkg/deb/Makefile.python34')
-rw-r--r-- | pkg/deb/Makefile.python34 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.python34 b/pkg/deb/Makefile.python34 index fc501a7c..b5818b2f 100644 --- a/pkg/deb/Makefile.python34 +++ b/pkg/deb/Makefile.python34 @@ -13,7 +13,8 @@ MODULE_INSTARGS_python34= python3.4-install MODULE_SOURCES_python34= unit.example-python-app \ unit.example-python3.4-config -BUILD_DEPENDS+= python3.4-dev +BUILD_DEPENDS_python34= python3.4-dev +BUILD_DEPENDS+= $(BUILD_DEPENDS_python34) MODULE_BUILD_DEPENDS_python34=,python3.4-dev |