summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-20 16:32:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-20 17:20:01 +0200
commit3a842f5ca2d6c3432b33a7a2f5d5dcd47e83edd4 (patch)
tree518e915f22d0f669f735ebe93d86e3c102326afc /dev-python/kombu
parentdev-python/kombu: Remove old (diff)
downloadgentoo-3a842f5ca2d6c3432b33a7a2f5d5dcd47e83edd4.tar.gz
gentoo-3a842f5ca2d6c3432b33a7a2f5d5dcd47e83edd4.tar.bz2
gentoo-3a842f5ca2d6c3432b33a7a2f5d5dcd47e83edd4.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/kombu')
-rw-r--r--dev-python/kombu/kombu-5.3.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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}]