diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-05-10 21:41:40 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-05-10 21:42:40 +0200 |
| commit | 711a9668d68e45b3beda2b0df843e0845e979792 (patch) | |
| tree | 81b73d14bea1907c011228a3841dbceeb72449fd /dev-python/asyncstdlib | |
| parent | de9750764165086907212b50f27ba12705a3bd3e (diff) | |
| download | gentoo-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>
Diffstat (limited to 'dev-python/asyncstdlib')
| -rw-r--r-- | dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild | 2 |
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 |
