commit: b41b01582f6b6b5a638ba9be20e24aefa7688d72
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 21:50:31 2023 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu May 25 22:06:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41b0158
dev-python/txtorcon: make an "import" dependency explicit
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
dev-python/txtorcon/txtorcon-23.5.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/txtorcon/txtorcon-23.5.0.ebuild
b/dev-python/txtorcon/txtorcon-23.5.0.ebuild
index e55600a84380..a1f17ef91891 100644
--- a/dev-python/txtorcon/txtorcon-23.5.0.ebuild
+++ b/dev-python/txtorcon/txtorcon-23.5.0.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
dev-python/automat[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/incremental[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
dev-python/twisted[ssl,${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]"