git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
59c9ec6
)
bcrypt: add python-cffi/host build dependency
author
Eneas U de Queiroz
<redacted>
Tue, 18 Jun 2019 18:35:35 +0000
(15:35 -0300)
committer
Eneas U de Queiroz
<redacted>
Tue, 18 Jun 2019 22:11:42 +0000
(19:11 -0300)
Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/bcrypt/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/bcrypt/Makefile
b/lang/python/bcrypt/Makefile
index 0912aa2cb422e42b4fc31daeec42557408d857b8..992d5f7fa6372780d0f3fd39bbc1bc0449699526 100644
(file)
--- a/
lang/python/bcrypt/Makefile
+++ b/
lang/python/bcrypt/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT