From fc165fe78f014086e2aa10173ef8215be1c9358c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 30 Aug 2021 23:33:14 -0400 Subject: [PATCH] python3-nest_asyncio: remove python3-toml from hostmakedepends --- srcpkgs/python3-nest_asyncio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-nest_asyncio/template b/srcpkgs/python3-nest_asyncio/template index 00ecc33a132..19b143bb2c7 100644 --- a/srcpkgs/python3-nest_asyncio/template +++ b/srcpkgs/python3-nest_asyncio/template @@ -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"