From ae47132f2df5600bebd94f211b7afc9dfb6dae17 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 17 Feb 2021 17:22:27 +0100 Subject: dev-python/snakeoil: Add dep on lazy-object-proxy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Whissi for reporting. Signed-off-by: Michał Górny --- dev-python/snakeoil/snakeoil-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python') diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index 0a7822decd00..b0babaef124a 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -20,6 +20,9 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil" LICENSE="BSD BSD-2 MIT" SLOT="0" +RDEPEND=" + dev-python/lazy-object-proxy[${PYTHON_USEDEP}]" + [[ ${PV} == 9999 ]] && BDEPEND+=" dev-python/cython[${PYTHON_USEDEP}]" distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad