From 5b2c05c632c187e0ae835cc7884e75fd5a2c7b9a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 30 Sep 2015 14:25:03 +0200 Subject: testing/py-pygit2: fix deps --- testing/py-pygit2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py-pygit2') 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 -- cgit v1.2.3