python3-nest_asyncio: remove python3-toml from hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-08-30 23:33:14 -04:00
parent 862c029e7a
commit fc165fe78f
1 changed files with 2 additions and 2 deletions

View File

@ -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"