commit: 55ba3b93ab41453c26c735ed8f9235c961a33025
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 09:26:26 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 09:38:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ba3b93
dev-python/flufl-lock: Correct psutil dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../flufl-lock/{flufl-lock-7.0.ebuild => flufl-lock-7.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flufl-lock/flufl-lock-7.0.ebuild
b/dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild
similarity index 93%
rename from dev-python/flufl-lock/flufl-lock-7.0.ebuild
rename to dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild
index 774a4d41618a..ae6e1884411e 100644
--- a/dev-python/flufl-lock/flufl-lock-7.0.ebuild
+++ b/dev-python/flufl-lock/flufl-lock-7.0-r1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/atpublic[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]"
+ >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]"
BDEPEND="
test? ( dev-python/sybil[${PYTHON_USEDEP}] )"