diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 009a778c5..29e60ed2e 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=Cython-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.cython.org/ PKG_BUILD_DIR:=$(BUILD_DIR)/Cython-$(PKG_VERSION) +PKG_BUILD_DEPENDS:=python + include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk)