diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-12-22 14:56:19 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-12-22 14:56:19 +0100 |
commit | 3a1b1ec5cd5974c75069342d51566d298924c566 (patch) | |
tree | 9fa5fd2342bff14b694c7a8ba4e2af992dc11ddb /dev-python/pychroot | |
parent | app-admin/exo: remove old (diff) | |
download | gentoo-3a1b1ec5cd5974c75069342d51566d298924c566.tar.gz gentoo-3a1b1ec5cd5974c75069342d51566d298924c566.tar.bz2 gentoo-3a1b1ec5cd5974c75069342d51566d298924c566.zip |
dev-python/pychroot: Fix dev-python/snakeoil dependency
Closes: https://bugs.gentoo.org/758692
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r-- | dev-python/pychroot/pychroot-0.10.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pychroot/pychroot-0.10.2.ebuild b/dev-python/pychroot/pychroot-0.10.2.ebuild index 61c910718795..55a39a5dd211 100644 --- a/dev-python/pychroot/pychroot-0.10.2.ebuild +++ b/dev-python/pychroot/pychroot-0.10.2.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]" + RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]" fi DEPEND="${RDEPEND}" diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index e037f1a30684..827ed59fc600 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" if [[ ${PV} == *9999 ]]; then RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]" + RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]" fi DEPEND="${RDEPEND}" |