commit:     711a9668d68e45b3beda2b0df843e0845e979792
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 19:41:40 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:42:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711a9668

dev-python/asyncstdlib: Add missing dep on typing-extensions

Closes: https://bugs.gentoo.org/787896
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
index 0c31c6e1105..9d70f7518c3 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

Reply via email to