commit:     755aa49c84249e61120f6c215c118c30d9f7af5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 14:34:37 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 11 14:35:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755aa49c

dev-python/tuf: Add missing test-dep on dev-python/freezegun

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tuf/tuf-6.0.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/tuf/tuf-6.0.0.ebuild b/dev-python/tuf/tuf-6.0.0.ebuild
index 39916ae0298c..e5897a69abc6 100644
--- a/dev-python/tuf/tuf-6.0.0.ebuild
+++ b/dev-python/tuf/tuf-6.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 pypi
 
@@ -22,6 +22,11 @@ RDEPEND="
        <dev-python/urllib3-3[${PYTHON_USEDEP}]
        <dev-python/securesystemslib-2[${PYTHON_USEDEP}]
 "
+BDEPEND="
+       test? (
+               dev-python/freezegun[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests unittest
 

Reply via email to