aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-pathlib2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pathlib2/APKBUILD b/community/py3-pathlib2/APKBUILD
index 0e2e57bb69..5381db51b3 100644
--- a/community/py3-pathlib2/APKBUILD
+++ b/community/py3-pathlib2/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=py3-pathlib2
pkgver=2.3.5
-pkgrel=0
+pkgrel=1
pkgdesc="Fork of pathlib aiming to support the full stdlib Python API"
url="https://github.com/mcmtroffaes/pathlib2"
arch="noarch"
license="MIT"
-depends="python3 py3-six py3-scandir"
+depends="python3 py3-six"
makedepends="py3-setuptools"
source="pathlib2-$pkgver.tar.gz::https://github.com/mcmtroffaes/pathlib2/archive/$pkgver.tar.gz"
builddir="$srcdir/pathlib2-$pkgver"