summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/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/rpm/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/rpm/Makefile.python3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile.python b/pkg/rpm/Makefile.python
index b954744e..21ba8a5d 100644
--- a/pkg/rpm/Makefile.python
+++ b/pkg/rpm/Makefile.python
@@ -12,7 +12,8 @@ MODULE_INSTARGS_python= python-install
MODULE_SOURCES_python= unit.example-python-app \
unit.example-python-config
-BUILD_DEPENDS+= python-devel
+BUILD_DEPENDS_python= python-devel
+BUILD_DEPENDS+= $(BUILD_DEPENDS_python)
define MODULE_PREINSTALL_python
%{__mkdir} -p %{buildroot}%{_datadir}/doc/unit-python/examples/python-app