commit: 2a312a07be8c703518386afff9ed8073737071e8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 14:53:47 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 05:49:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a312a07
dev-python/housekeeping: fix pytest dependency
Switch the ordering so the eclass can handle the dependency.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-python/housekeeping/housekeeping-1.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild
b/dev-python/housekeeping/housekeeping-1.1.ebuild
index 883227d0e012..62138051d851 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -18,8 +18,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-distutils_enable_tests pytest
-
RDEPEND="
>=dev-python/typing-extensions-4.4[${PYTHON_USEDEP}]
"
@@ -27,6 +25,7 @@ RDEPEND="
BDEPEND="
test? (
>=dev-python/kgb-7.1.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-7.3.1[${PYTHON_USEDEP}]
)
"
+
+distutils_enable_tests pytest