commit:     e3883a39eda22f398b65f19a6ee6851cbd406ecc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 12:42:04 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 12:45:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3883a39

dev-python/xdoctest: Require <dev-python/pytest-8

Bug: https://bugs.gentoo.org/923319
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../xdoctest/{xdoctest-1.1.2.ebuild => xdoctest-1.1.2-r1.ebuild}     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/xdoctest/xdoctest-1.1.2.ebuild 
b/dev-python/xdoctest/xdoctest-1.1.2-r1.ebuild
similarity index 91%
rename from dev-python/xdoctest/xdoctest-1.1.2.ebuild
rename to dev-python/xdoctest/xdoctest-1.1.2-r1.ebuild
index 55a77c825a50..390144767b5a 100644
--- a/dev-python/xdoctest/xdoctest-1.1.2.ebuild
+++ b/dev-python/xdoctest/xdoctest-1.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,9 @@ SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
+RDEPEND="
+       <dev-python/pytest-8[${PYTHON_USEDEP}]
+"
 # dev-python/nbformat-5.1.{0..2} did not install package data
 BDEPEND="
        test? (

Reply via email to