diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-17 17:22:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-17 17:23:08 +0100 |
commit | ae47132f2df5600bebd94f211b7afc9dfb6dae17 (patch) | |
tree | 3f7628abdcd4ae0e2ebc67a2f4e5919b894bab5b /dev-python | |
parent | app-crypt/hashcat: bump (diff) | |
download | gentoo-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.ebuild | 3 |
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 |