[arch-commits] Commit in python-jaraco.test/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Jun 8 08:02:42 UTC 2022
Date: Wednesday, June 8, 2022 @ 08:02:41
Author: felixonmars
Revision: 1228870
upgpkg: python-jaraco.test 5.0.0-4: fix dependency on jaraco.*
Modified:
python-jaraco.test/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-08 08:01:57 UTC (rev 1228869)
+++ PKGBUILD 2022-06-08 08:02:41 UTC (rev 1228870)
@@ -2,12 +2,13 @@
pkgname=python-jaraco.test
pkgver=5.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Testing support by jaraco"
url="https://github.com/jaraco/jaraco.test"
license=('MIT')
arch=('any')
-depends=('python-jaraco' 'python-jaraco.context' 'python-toml' 'python-more-itertools')
+depends=('python-jaraco.collections' 'python-jaraco.context' 'python-jaraco.functools' 'python-toml'
+ 'python-more-itertools')
makedepends=('python-setuptools-scm')
checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
More information about the arch-commits
mailing list