python3-pygit2: remove unused pip build dependency

This commit is contained in:
Michal Vasilek 2023-01-29 12:38:59 +01:00
parent 2258976a21
commit d0925791ce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ 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-pip python3-setuptools" hostmakedepends="pkg-config python3-devel python3-setuptools"
makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel makedepends="python3-devel libgit2-devel python3-cached-property python3-cffi libssh2-devel
openssl-devel" openssl-devel"
depends="python3-cached-property python3-cffi" depends="python3-cached-property python3-cffi"