Date: Wednesday, November 2, 2022 @ 03:32:17
  Author: polyzen
Revision: 1340954

upgpkg: python-pytest 7.2.0-2: Remove python-py dep

https://github.com/pytest-dev/pytest/pull/10396

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-02 03:18:12 UTC (rev 1340953)
+++ PKGBUILD    2022-11-02 03:32:17 UTC (rev 1340954)
@@ -4,13 +4,13 @@
 
 pkgname=python-pytest
 pkgver=7.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="https://pytest.org/";
 depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
-         'python-py' 'python-tomli')
+         'python-tomli')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
               'python-nose' 'python-requests' 'python-xmlschema'

Reply via email to