python3-pygit2: fix cross build.

This commit is contained in:
triallax 2023-04-18 22:23:40 +01:00 committed by classabbyamp
parent 7caea42071
commit 88467c6101
1 changed files with 2 additions and 2 deletions

View File

@ -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"