diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2021-11-06 13:47:48 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2021-11-06 13:48:59 +0100 |
commit | c400df8f3171264fd091fc798b59dff316d36b2d (patch) | |
tree | e845615e5a8412ac6a74695c74dbfaff95840d93 /dev-python/async_timeout | |
parent | dev-python/cfn-lint: Bump to 0.56.0 (diff) | |
download | gentoo-c400df8f3171264fd091fc798b59dff316d36b2d.tar.gz gentoo-c400df8f3171264fd091fc798b59dff316d36b2d.tar.bz2 gentoo-c400df8f3171264fd091fc798b59dff316d36b2d.zip |
dev-python/async_timeout: 4.0.0: add missing dependency on dev-python/typing-extensions
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/async_timeout')
-rw-r--r-- | dev-python/async_timeout/async_timeout-4.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/async_timeout/async_timeout-4.0.0.ebuild b/dev-python/async_timeout/async_timeout-4.0.0.ebuild index 2f3850143bcd..b5f424cc0c74 100644 --- a/dev-python/async_timeout/async_timeout-4.0.0.ebuild +++ b/dev-python/async_timeout/async_timeout-4.0.0.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~ BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] |