python3-nest_asyncio: remove python3-toml from hostmakedepends
This commit is contained in:
parent
862c029e7a
commit
fc165fe78f
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-nest_asyncio'
|
||||
pkgname=python3-nest_asyncio
|
||||
version=1.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm python3-toml"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Python asyncio patch to allow nested event loops"
|
||||
|
|
Loading…
Reference in New Issue