Date: Saturday, October 29, 2022 @ 07:05:36 Author: yan12125 Revision: 1338525
python-httpcore: cleanup checkdepends * curio not needed after https://github.com/encode/httpcore/pull/470 * hypercorn, pproxy, trustme, uvicorn not needed after https://github.com/encode/httpcore/pull/473 Modified: python-httpcore/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-29 07:01:44 UTC (rev 1338524) +++ PKGBUILD 2022-10-29 07:05:36 UTC (rev 1338525) @@ -16,7 +16,7 @@ 'python-trio: for trio backend' ) makedepends=('python-setuptools' 'python-h2') -checkdepends=('hypercorn' 'python-curio' 'python-pproxy' 'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 'python-trustme' 'uvicorn' 'python-socksio') +checkdepends=('python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-trio' 'python-socksio') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") sha512sums=('3c25630d582448e3c7d46176c8862e4d92c6c4aac954bfe46b06e26297b32f996db2e002a87c7187accb5bf4ef86e82d7f9051404bee651ce5254119571d0c95')
