~alpine/aports

community/py3-pygit2: update dependencies v1 APPLIED

Drew DeVault: 1
 community/py3-pygit2: update dependencies

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3336/mbox | git am -3
Learn more about email & git

[PATCH] community/py3-pygit2: update dependencies Export this patch

six is no longer required; and a new dependency is necessary.
---
 community/py3-pygit2/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD
index 95edde892b..9f18bd1fb5 100644
--- a/community/py3-pygit2/APKBUILD
+++ b/community/py3-pygit2/APKBUILD
@@ -4,12 +4,12 @@
pkgname=py3-pygit2
_pkgname=pygit2
pkgver=1.2.1
pkgrel=0
pkgrel=1
pkgdesc="Python bindings for libgit2"
url="https://github.com/libgit2/pygit2"
arch="all"
license="GPL-2.0 WITH GCC-exception-2.0"
depends="py3-cffi py3-six"
depends="py3-cffi py3-cached-property"
makedepends="python3-dev py3-setuptools libgit2-dev"
checkdepends="py3-pytest py3-hypothesis py3-cached-property"
source="https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz
-- 
2.26.2
Be advised, this patch should be backported to Alpine 3.12.