commit: 1f210b3559e8bac3adcea930d413a377879cdb30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 07:32:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 07:40:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f210b35
dev-python/pyannotate: needs six
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{pyannotate-1.2.0.ebuild => pyannotate-1.2.0-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild
b/dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild
similarity index 81%
rename from dev-python/pyannotate/pyannotate-1.2.0.ebuild
rename to dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild
index facb5bc2a4dc..83f6d72f0016 100644
--- a/dev-python/pyannotate/pyannotate-1.2.0.ebuild
+++ b/dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild
@@ -15,6 +15,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="dev-python/mypy_extensions[${PYTHON_USEDEP}]"
+RDEPEND="
+ >=dev-python/mypy_extensions-0.3.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest