Skip to content

Commit

Permalink
dev-python/wcwidth: Add missing dep on lru-cache backport for py2.7
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/726878
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 3, 2020
1 parent ab4d49c commit 44cdab7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 44cdab7

Please sign in to comment.