Packages: improved per-module dependency tracking.

This commit is contained in:
Andrei Belov
2018-01-22 16:39:31 +03:00
parent d1f29ed77e
commit be8df0631a
15 changed files with 74 additions and 20 deletions

View File

@@ -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