summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-03 09:45:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-03 09:47:13 +0200
commit44cdab75b1273af61a5b1af78b282f0c3913ca7c (patch)
tree29e065dbe40dd71dbf5d046f39178a10170330c1
parentdev-python/coverage: Add missing dep on pytest (diff)
downloadgentoo-44cdab75.tar.gz
gentoo-44cdab75.tar.bz2
gentoo-44cdab75.zip
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@gentoo.org>
-rw-r--r--dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild (renamed from dev-python/wcwidth/wcwidth-0.2.2.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/wcwidth/wcwidth-0.2.2.ebuild b/dev-python/wcwidth/wcwidth-0.2.2-r1.ebuild
index 7f0021a0fad2..42a66c084106 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() {