commit: ccaae79e37dfebd6a79afab2bb7f44317eb3959e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 22 11:38:29 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 22 11:38:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccaae79e
net-nntp/sabnzbd: Add dev-python/pytest-asyncio dep Closes: https://bugs.gentoo.org/932451 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild b/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild index 6d3f843276a8..d5ca5cb9611a 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild @@ -60,6 +60,7 @@ BDEPEND=" dev-python/flaky[${PYTHON_USEDEP}] >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}] <dev-python/pyfakefs-5.4.0[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-httpbin[${PYTHON_USEDEP}] dev-python/pytest-httpserver[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}]
