summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile.python
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2018-01-22 16:39:31 +0300
committerAndrei Belov <defan@nginx.com>2018-01-22 16:39:31 +0300
commitbe8df0631a6fa4e5afa8c03ed5b84cec72da20d4 (patch)
tree756001955deac1252d1890cae951d397a502103d /pkg/deb/Makefile.python
parentd1f29ed77edd5833d1e84f20ed7032377d5de960 (diff)
downloadunit-be8df0631a6fa4e5afa8c03ed5b84cec72da20d4.tar.gz
unit-be8df0631a6fa4e5afa8c03ed5b84cec72da20d4.tar.bz2
Packages: improved per-module dependency tracking.
Diffstat (limited to '')
-rw-r--r--pkg/deb/Makefile.python3
-rw-r--r--pkg/deb/Makefile.python273
-rw-r--r--pkg/deb/Makefile.python343
-rw-r--r--pkg/deb/Makefile.python353
-rw-r--r--pkg/deb/Makefile.python363
5 files changed, 10 insertions, 5 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
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
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
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
diff --git a/pkg/deb/Makefile.python36 b/pkg/deb/Makefile.python36
index 232687f2..fc4bac45 100644
--- a/pkg/deb/Makefile.python36
+++ b/pkg/deb/Makefile.python36
@@ -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