From 3a842f5ca2d6c3432b33a7a2f5d5dcd47e83edd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 20 Jun 2024 16:32:24 +0200 Subject: [PATCH] dev-python/kombu: Correct the dep to use pytest-freezer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use dev-python/pytest-freezer as specified in requirements/test.txt. Signed-off-by: Michał Górny --- 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 a293597a7827c..fc9d24aa32435 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}]