diff options
Diffstat (limited to 'pkg/deb/Makefile.python')
-rw-r--r-- | pkg/deb/Makefile.python | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.python b/pkg/deb/Makefile.python index d9274ad6..d1cbe0e1 100644 --- a/pkg/deb/Makefile.python +++ b/pkg/deb/Makefile.python @@ -13,7 +13,8 @@ MODULE_INSTARGS_python= python-install MODULE_SOURCES_python= unit.example-python-app \ unit.example-python-config -BUILD_DEPENDS+= python-dev +BUILD_DEPENDS_python= python-dev +BUILD_DEPENDS+= $(BUILD_DEPENDS_python) MODULE_BUILD_DEPENDS_python=,python-dev |