Date: Monday, April 10, 2023 @ 06:35:39
  Author: felixonmars
Revision: 1443680

upgpkg: python-pytest-mypy 0.10.3-4: fix dependency on attrs

Modified:
  python-pytest-mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 06:35:04 UTC (rev 1443679)
+++ PKGBUILD    2023-04-10 06:35:39 UTC (rev 1443680)
@@ -3,12 +3,12 @@
 pkgname=python-pytest-mypy
 pkgver=0.10.3
 _commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a
-pkgrel=3
+pkgrel=4
 pkgdesc='Mypy static type checker plugin for Pytest'
 arch=('any')
 license=('MIT')
 url='https://github.com/dbader/pytest-mypy'
-depends=('mypy' 'python-filelock' 'python-pytest')
+depends=('python-attrs' 'python-filelock' 'python-pytest' 'mypy')
 makedepends=('git' 'python-setuptools-scm')
 checkdepends=('python-pytest-xdist' 'python-pexpect')
 source=("git+https://github.com/dbader/pytest-mypy.git#commit=$_commit";)

Reply via email to