diff options
Diffstat (limited to 'testing/py-pygit2')
-rw-r--r-- | testing/py-pygit2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pygit2/APKBUILD b/testing/py-pygit2/APKBUILD index a85332f8f6..fc15dd045a 100644 --- a/testing/py-pygit2/APKBUILD +++ b/testing/py-pygit2/APKBUILD @@ -7,8 +7,8 @@ pkgdesc="Python bindings for libgit2" url=https://github.com/libgit2/pygit2 arch=all license=GPLv2 -depends=libgit2 -makedepends="py-setuptools py-cffi python-dev" +depends= +makedepends="py-setuptools py-cffi python-dev libgit2-dev" source=saveas-https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz/pygit2-${pkgver}.tar.gz _builddir=$srcdir/pygit2-$pkgver |