From ee42b9f80acdaf53c96284e08b2cc604b9d52a81 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 15 Oct 2018 18:27:19 +0200 Subject: [PATCH] python3-pytest-asyncio: drop async_generator dependency Python 3.6+ has native support for asynchronous generators. --- srcpkgs/python3-pytest-asyncio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template index 5cac61d27a4..4a1e0d0fc62 100644 --- a/srcpkgs/python3-pytest-asyncio/template +++ b/srcpkgs/python3-pytest-asyncio/template @@ -1,13 +1,13 @@ # Template file for 'python3-pytest-asyncio' pkgname=python3-pytest-asyncio version=0.9.0 -revision=1 +revision=2 noarch=yes wrksrc="pytest-asyncio-${version}" build_style=python3-module pycompile_module="pytest_asyncio" hostmakedepends="python3-setuptools" -depends="python3-pytest python3-async_generator" +depends="python3-pytest" short_desc="Pytest support for asyncio" maintainer="maxice8 " license="Apache-2.0"