diff options
Diffstat (limited to 'pkg/deb/Makefile.python27')
-rw-r--r-- | pkg/deb/Makefile.python27 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.python27 b/pkg/deb/Makefile.python27 index 397678ca..8a323bd4 100644 --- a/pkg/deb/Makefile.python27 +++ b/pkg/deb/Makefile.python27 @@ -13,7 +13,8 @@ MODULE_INSTARGS_python27= python2.7-install MODULE_SOURCES_python27= unit.example-python-app \ unit.example-python2.7-config -BUILD_DEPENDS+= python2.7-dev +BUILD_DEPENDS_python27= python2.7-dev +BUILD_DEPENDS+= $(BUILD_DEPENDS_python27) MODULE_BUILD_DEPENDS_python27=,python2.7-dev |