commit:     365ad27d40758ae0fe5f7f104a145f05fc13bc52
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 09:10:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 09:14:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365ad27d

dev-python/pytest-order: Add missing dev-python/pytest-xdist dep

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

 dev-python/pytest-order/pytest-order-1.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-order/pytest-order-1.2.0.ebuild 
b/dev-python/pytest-order/pytest-order-1.2.0.ebuild
index 00d4947e86bc..f861ccc1aacd 100644
--- a/dev-python/pytest-order/pytest-order-1.2.0.ebuild
+++ b/dev-python/pytest-order/pytest-order-1.2.0.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
@@ -26,6 +26,7 @@ RDEPEND="
 BDEPEND="
        test? (
                dev-python/pytest-mock[${PYTHON_USEDEP}]
+               dev-python/pytest-xdist[${PYTHON_USEDEP}]
        )
 "
 

Reply via email to