commit: 3a842f5ca2d6c3432b33a7a2f5d5dcd47e83edd4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 14:32:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 15:20:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a842f5c
dev-python/kombu: Correct the dep to use pytest-freezer
Use dev-python/pytest-freezer as specified in requirements/test.txt.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kombu/kombu-5.3.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/kombu/kombu-5.3.7.ebuild
b/dev-python/kombu/kombu-5.3.7.ebuild
index a293597a7827..fc9d24aa3243 100644
--- a/dev-python/kombu/kombu-5.3.7.ebuild
+++ b/dev-python/kombu/kombu-5.3.7.ebuild
@@ -32,7 +32,7 @@ BDEPEND="
>=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
>=dev-python/pymongo-4.1.1[${PYTHON_USEDEP}]
- dev-python/pytest-freezegun[${PYTHON_USEDEP}]
+ dev-python/pytest-freezer[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]