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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 16:11:44 UTC 2021


    Date: Wednesday, December 1, 2021 @ 16:11:43
  Author: foutrelis
Revision: 1060593

Add pytest-runner to build deps

Modified:
  python-pytest-pylint/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 16:10:52 UTC (rev 1060592)
+++ PKGBUILD	2021-12-01 16:11:43 UTC (rev 1060593)
@@ -8,7 +8,7 @@
 license=('MIT')
 url='https://github.com/carsongee/pytest-pylint'
 depends=('python-pytest' 'python-pylint' 'python-toml')
-makedepends=('python-pytest-flake8')
+makedepends=('python-pytest-flake8' 'python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/carsongee/pytest-pylint/archive/v$pkgver.tar.gz")
 sha512sums=('a0716104d288774d4c3ab596f30a33cf439df5031647912574c31eefc3a84e69e82fc362f77e73b437c7566a596d2ff8bf51a332626a7fa7468cea3b916e9ad9')
 



More information about the arch-commits mailing list