bcrypt: add python-cffi/host build dependency

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from 86fb008751)
This commit is contained in:
Eneas U de Queiroz 2019-06-18 15:35:35 -03:00 committed by Rosen Penev
parent c708a1c18b
commit 4273dfd32f
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -18,6 +18,10 @@ PKG_MAINTAINER:=Daniel Dickinson <cshored@thecshore.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
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
include ../python3-package.mk