diff options
| author | 2024-02-07 10:10:05 +0100 | |
|---|---|---|
| committer | 2024-02-07 10:14:44 +0100 | |
| commit | 365ad27d40758ae0fe5f7f104a145f05fc13bc52 (patch) | |
| tree | 91cfaaad404edb26bc20a6d3fb2a3cdcd2d23122 | |
| parent | dev-python/qtawesome: Add dep on dev-python/sphinx-rtd-theme (diff) | |
| download | gentoo-365ad27d40758ae0fe5f7f104a145f05fc13bc52.tar.gz gentoo-365ad27d40758ae0fe5f7f104a145f05fc13bc52.tar.bz2 gentoo-365ad27d40758ae0fe5f7f104a145f05fc13bc52.zip | |
dev-python/pytest-order: Add missing dev-python/pytest-xdist dep
Closes: https://bugs.gentoo.org/923980
Signed-off-by: Michał Górny <mgorny@gentoo.org>
| -rw-r--r-- | dev-python/pytest-order/pytest-order-1.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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}] ) " |
