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

Felix Yan felixonmars at archlinux.org
Fri Aug 14 20:05:30 UTC 2020


    Date: Friday, August 14, 2020 @ 20:05:30
  Author: felixonmars
Revision: 679289

fix makedepends

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-14 20:03:00 UTC (rev 679288)
+++ PKGBUILD	2020-08-14 20:05:30 UTC (rev 679289)
@@ -8,9 +8,8 @@
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
 depends=('python-execnet' 'python-psutil' 'python-pytest-forked')
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 'python2-setuptools_scm'
-             'python-execnet' 'python2-execnet' 'python-pytest-forked' 'python2-pytest-forked'
-             'python-filelock' 'python2-filelock')
+makedepends=('python-setuptools_scm')
+checkdepends=('python-filelock')
 source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('eef8e0e27a91d689b4b0980847659c841d7f9b7cfb98796afe45489815b2c167a2372f07917aa4b1cc18644c983e114f6390ad8d24db863b81d1b56bdcd0f900')
 



More information about the arch-commits mailing list