summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2022-08-06 20:23:39 +0200
committerptrcnull <git@ptrcnull.me>2022-08-06 20:23:39 +0200
commitcac9cdb97d0b2840f4817be7e68478cd31903745 (patch)
tree0619821c1aa3e61a6f8fa542898a4379ac2ba1d9
parentf4985d4dcc6012d6e0972f369f9f453d184f51d4 (diff)
downloadaports-cac9cdb97d0b2840f4817be7e68478cd31903745.zip
main/py3-mock: drop dependency on py3-six
not needed since 4.0.0 / 2020: https://github.com/testing-cabal/mock/commit/d1118fbc
-rw-r--r--main/py3-mock/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-mock/APKBUILD b/main/py3-mock/APKBUILD
index 9bb8b4d833c..fdf68852b46 100644
--- a/main/py3-mock/APKBUILD
+++ b/main/py3-mock/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py3-mock
_pkgname=mock
pkgver=4.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Python3 Mocking and Patching Library for Testing"
url="https://github.com/testing-cabal/mock"
arch="noarch"
license="BSD-2-Clause"
-depends="python3 py3-pbr py3-six"
+depends="python3 py3-pbr"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/m/mock/mock-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"