diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-03 09:45:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-03 09:47:13 +0200 |
commit | 44cdab75b1273af61a5b1af78b282f0c3913ca7c (patch) | |
tree | 29e065dbe40dd71dbf5d046f39178a10170330c1 /dev-python/wcwidth | |
parent | dev-python/coverage: Add missing dep on pytest (diff) | |
download | gentoo-44cdab75b1273af61a5b1af78b282f0c3913ca7c.tar.gz gentoo-44cdab75b1273af61a5b1af78b282f0c3913ca7c.tar.bz2 gentoo-44cdab75b1273af61a5b1af78b282f0c3913ca7c.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>
Diffstat (limited to 'dev-python/wcwidth')
-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() { |