diff options
Diffstat (limited to 'pkg/rpm/Makefile.python')
-rw-r--r-- | pkg/rpm/Makefile.python | 3 |
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 |