summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-17 17:22:27 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-17 17:23:08 +0100
commitae47132f2df5600bebd94f211b7afc9dfb6dae17 (patch)
tree3f7628abdcd4ae0e2ebc67a2f4e5919b894bab5b /dev-python
parentapp-crypt/hashcat: bump (diff)
downloadgentoo-ae47132f2df5600bebd94f211b7afc9dfb6dae17.tar.gz
gentoo-ae47132f2df5600bebd94f211b7afc9dfb6dae17.tar.bz2
gentoo-ae47132f2df5600bebd94f211b7afc9dfb6dae17.zip
dev-python/snakeoil: Add dep on lazy-object-proxy
Thanks to Whissi for reporting. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/snakeoil/snakeoil-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
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