[arch-commits] Commit in python-pytest-asyncio/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue Nov 10 04:03:43 UTC 2020
Date: Tuesday, November 10, 2020 @ 04:03:42
Author: foutrelis
Revision: 748425
Add setuptools build dep
Modified:
python-pytest-asyncio/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-10 04:03:39 UTC (rev 748424)
+++ PKGBUILD 2020-11-10 04:03:42 UTC (rev 748425)
@@ -8,6 +8,7 @@
license=('Apache')
url="https://github.com/pytest-dev/pytest-asyncio/"
depends=('python-pytest')
+makedepends=('python-setuptools')
checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz")
sha512sums=('d1fadff152a0c94f80a8272a0dd293bd9d9300ad9e79c69556b5901c1a8ce00545f7715e503a383e3f4f35c8090d8f9ec33d16739b85378b59b1786a50441fca')
More information about the arch-commits
mailing list