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'
|
# Template file for 'python3-pytest-asyncio'
|
||||||
pkgname=python3-pytest-asyncio
|
pkgname=python3-pytest-asyncio
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pytest-asyncio-${version}"
|
wrksrc="pytest-asyncio-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pytest_asyncio"
|
pycompile_module="pytest_asyncio"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pytest python3-async_generator"
|
depends="python3-pytest"
|
||||||
short_desc="Pytest support for asyncio"
|
short_desc="Pytest support for asyncio"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Reference in New Issue