Date: Wednesday, December 1, 2021 @ 16:09:24 Author: demize Revision: 1060589
Add python-pytest-runner to makedepends (Python 3.10 rebuild) Upstream has pytest-runner in setup_requires, so python-pytest-runner is always required during build-time. Modified: python-trio-asyncio/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-01 16:07:42 UTC (rev 1060588) +++ PKGBUILD 2021-12-01 16:09:24 UTC (rev 1060589) @@ -19,6 +19,7 @@ makedepends=( git python-setuptools + python-pytest-runner ) _tag=970d81c498f857d052738a2c4db2c899910dc038 source=(git+https://github.com/python-trio/trio-asyncio.git#tag=${_tag})
