python3-pygit2: fix cross build.
This commit is contained in:
parent
7caea42071
commit
88467c6101
|
@ -3,8 +3,8 @@ pkgname=python3-pygit2
|
||||||
version=1.10.1
|
version=1.10.1
|
||||||
revision=2
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-devel python3-setuptools"
|
hostmakedepends="pkg-config python3-devel python3-setuptools python3-cffi"
|
||||||
makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel
|
makedepends="python3-devel libgit2-devel python3-cached-property libssh2-devel
|
||||||
openssl-devel"
|
openssl-devel"
|
||||||
depends="python3-cached-property python3-cffi"
|
depends="python3-cached-property python3-cffi"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
|
Loading…
Reference in New Issue