Merge pull request #9264 from cotequeiroz/bcrypt
bcrypt: add python-cffi/host build dependency
This commit is contained in:
commit
d1517aa627
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ PKG_MAINTAINER:=Daniel Dickinson <cshored@thecshore.com>
|
|||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-bcrypt-$(PKG_VERSION)
|
||||
|
||||
PKG_BUILD_DEPENDS:=libffi/host
|
||||
HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="cffi>=1.1"
|
||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="cffi>=1.1"
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
include ../python-package.mk
|
||||
|
|
Loading…
Reference in a new issue