commit:     44cdab75b1273af61a5b1af78b282f0c3913ca7c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  3 07:45:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 07:47:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cdab75

dev-python/wcwidth: Add missing dep on lru-cache backport for py2.7

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

 dev-python/wcwidth/{wcwidth-0.2.2.ebuild => wcwidth-0.2.2-r1.ebuild} | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/wcwidth/wcwidth-0.2.2.ebuild 
b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
similarity index 88%
rename from dev-python/wcwidth/wcwidth-0.2.2.ebuild
rename to dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
index 7f0021a0fad..42a66c08410 100644
--- a/dev-python/wcwidth/wcwidth-0.2.2.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
@@ -17,6 +17,11 @@ SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
+RDEPEND="
+       $(python_gen_cond_dep '
+               dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
+       ' -2)"
+
 distutils_enable_tests pytest
 
 src_prepare() {

Reply via email to