From b76fb6fc36375a3f276f59f52980e3f84b2c112c Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Mon, 1 May 2023 22:47:47 +0200 Subject: [PATCH] community/py3-zope-testrunner: drop dependency on py3-six not needed since 6.0: https://github.com/zopefoundation/zope.testrunner/commit/73bfbcbd --- community/py3-zope-testrunner/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-zope-testrunner/APKBUILD b/community/py3-zope-testrunner/APKBUILD index 72f4e5a20b5c..85000ac8955b 100644 --- a/community/py3-zope-testrunner/APKBUILD +++ b/community/py3-zope-testrunner/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-zope-testrunner _pkgname=zope.testrunner pkgver=6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Zope testrunner script" options="!check" # Fails to run url="https://github.com/zopefoundation/zope.testrunner" arch="noarch" license="ZPL-2.1" -depends="python3 py3-setuptools py3-six py3-zope-exceptions py3-zope-interface" +depends="python3 py3-setuptools py3-zope-exceptions py3-zope-interface" makedepends="py3-gpep517 py3-wheel" checkdepends="py3-zope-testing" subpackages="$pkgname-pyc" -- GitLab