[arch-commits] Commit in python-pytest-enabler/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 8 08:10:45 UTC 2022


    Date: Wednesday, June 8, 2022 @ 08:10:45
  Author: felixonmars
Revision: 1228914

upgpkg: python-pytest-enabler 1.2.1-2: fix jaraco dependency

Modified:
  python-pytest-enabler/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 08:10:44 UTC (rev 1228913)
+++ PKGBUILD	2022-06-08 08:10:45 UTC (rev 1228914)
@@ -2,12 +2,12 @@
 
 pkgname=python-pytest-enabler
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Enable installed pytest plugins'
 arch=('any')
 license=('MIT')
 url='https://github.com/jaraco/pytest-enabler'
-depends=('python-toml' 'python-jaraco' 'python-jaraco.context' 'python-more-itertools')
+depends=('python-jaraco.context' 'python-jaraco.functools' 'python-toml')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-checkdocs'
               'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy'



More information about the arch-commits mailing list