commit:     b39ee3a887dbb20538208e7a6cab0d018ab32766
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 09:19:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 09:20:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39ee3a8

dev-python/mando: Add missing six rdep

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

 dev-python/mando/{mando-0.6.4.ebuild => mando-0.6.4-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/mando/mando-0.6.4.ebuild 
b/dev-python/mando/mando-0.6.4-r1.ebuild
similarity index 90%
rename from dev-python/mando/mando-0.6.4.ebuild
rename to dev-python/mando/mando-0.6.4-r1.ebuild
index 87d54e40707..f7d975d723d 100644
--- a/dev-python/mando/mando-0.6.4.ebuild
+++ b/dev-python/mando/mando-0.6.4-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -15,6 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+
 distutils_enable_sphinx docs
 distutils_enable_tests pytest
 

Reply via email to