summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-10 21:41:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-10 21:42:40 +0200
commit711a9668d68e45b3beda2b0df843e0845e979792 (patch)
tree81b73d14bea1907c011228a3841dbceeb72449fd
parentdev-python/pillow: Enable python3.10 (diff)
downloadgentoo-711a9668d68e45b3beda2b0df843e0845e979792.tar.gz
gentoo-711a9668d68e45b3beda2b0df843e0845e979792.tar.bz2
gentoo-711a9668d68e45b3beda2b0df843e0845e979792.zip
dev-python/asyncstdlib: Add missing dep on typing-extensions
Closes: https://bugs.gentoo.org/787896 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
index 0c31c6e1105c..9d70f7518c36 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
@@ -19,4 +19,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
+
distutils_enable_tests pytest