python3-pytest-asyncio: drop async_generator dependency
Python 3.6+ has native support for asynchronous generators.
This commit is contained in:
parent
4d2260fea3
commit
ee42b9f80a
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue