aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2022-08-09 10:14:52 +0200
committeralice <alice@ayaya.dev>2022-08-09 08:21:41 +0000
commitdeca7cc8b587e7ef1a13ab8d22cd503ec8501223 (patch)
tree714340fb78d53ce694d88dbc6678804dd65220c2
parentfba1240ad7de3ab352deaaca93f6944310276409 (diff)
community/py3-pyrsistent: drop dependency on py3-six
not needed since 2020 / 0.17.0: https://github.com/tobgu/pyrsistent/commit/5ba98887
-rw-r--r--community/py3-pyrsistent/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD
index 90dbc7bb5b5..958e518291d 100644
--- a/community/py3-pyrsistent/APKBUILD
+++ b/community/py3-pyrsistent/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer:
pkgname=py3-pyrsistent
pkgver=0.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Persistent/Functional/Immutable data structures"
url="https://github.com/tobgu/pyrsistent"
arch="all"
license="MIT"
-depends="py3-six"
+depends="python3"
makedepends="py3-setuptools python3-dev"
checkdepends="py3-hypothesis py3-pytest py3-pytest-runner"
source="pyrsistent-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v$pkgver.tar.gz"