python3-bcrypt: add missing build dependency
This commit is contained in:
parent
d9193d2ef2
commit
b3ef3fd7ae
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=python3-bcrypt
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel python3-cffi"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-cffi"
|
depends="python3-cffi"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue