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

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 04:04:23 UTC 2020


    Date: Tuesday, November 10, 2020 @ 04:04:23
  Author: foutrelis
Revision: 748445

Add setuptools build dep

Modified:
  python-pytest-relaxed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 04:04:22 UTC (rev 748444)
+++ PKGBUILD	2020-11-10 04:04:23 UTC (rev 748445)
@@ -8,7 +8,7 @@
 license=('BSD')
 url='https://github.com/bitprophet/pytest-relaxed'
 depends=('python-pytest' 'python-decorator' 'python-six')
-makedepends=('python-pytest' 'python-decorator' 'python-six')
+makedepends=('python-setuptools' 'python-pytest' 'python-decorator' 'python-six')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/bitprophet/pytest-relaxed/archive/$pkgver.tar.gz")
 sha512sums=('a5484bc92be29e5228afb7d9911c1d3a7d6e493bec44af541780de24b91dfa8e8c9e1245acd8ae8670805294eb52b20f7c4abefad1afb8373109249a2df1cdaa')
 



More information about the arch-commits mailing list