diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 14:25:03 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 14:25:03 +0200 |
commit | 5b2c05c632c187e0ae835cc7884e75fd5a2c7b9a (patch) | |
tree | 5519fb92806598c3c1f4a75111c1570e91b435e6 /testing/py-pygit2 | |
parent | 8e2cae01d20b451c135275c908ef51abd9bd4653 (diff) | |
download | aports-5b2c05c632c187e0ae835cc7884e75fd5a2c7b9a.tar.bz2 aports-5b2c05c632c187e0ae835cc7884e75fd5a2c7b9a.tar.xz |
testing/py-pygit2: fix deps
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 |