diff options
author | Andrei Belov <defan@nginx.com> | 2018-01-22 16:39:31 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-01-22 16:39:31 +0300 |
commit | be8df0631a6fa4e5afa8c03ed5b84cec72da20d4 (patch) | |
tree | 756001955deac1252d1890cae951d397a502103d /pkg/deb/Makefile.python35 | |
parent | d1f29ed77edd5833d1e84f20ed7032377d5de960 (diff) | |
download | unit-be8df0631a6fa4e5afa8c03ed5b84cec72da20d4.tar.gz unit-be8df0631a6fa4e5afa8c03ed5b84cec72da20d4.tar.bz2 |
Packages: improved per-module dependency tracking.
Diffstat (limited to 'pkg/deb/Makefile.python35')
-rw-r--r-- | pkg/deb/Makefile.python35 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.python35 b/pkg/deb/Makefile.python35 index a23c99c8..6289b6af 100644 --- a/pkg/deb/Makefile.python35 +++ b/pkg/deb/Makefile.python35 @@ -13,7 +13,8 @@ MODULE_INSTARGS_python35= python3.5-install MODULE_SOURCES_python35= unit.example-python-app \ unit.example-python3.5-config -BUILD_DEPENDS+= python3.5-dev +BUILD_DEPENDS_python35= python3.5-dev +BUILD_DEPENDS+= $(BUILD_DEPENDS_python35) MODULE_BUILD_DEPENDS_python35=,python3.5-dev |