summaryrefslogtreecommitdiff
path: root/dev-python/doit
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-03 00:35:52 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-03 00:35:52 -0500
commit51bf2274747e1d7dc41c145ccf95055c1b9d763b (patch)
tree75f735ef9bc72d418e5107c31375259fa6ebe152 /dev-python/doit
parentfa2a9ceb34861c64aee4400a4686233134d8e652 (diff)
downloadbaldeagleos-repo-51bf2274747e1d7dc41c145ccf95055c1b9d763b.tar.gz
baldeagleos-repo-51bf2274747e1d7dc41c145ccf95055c1b9d763b.tar.xz
baldeagleos-repo-51bf2274747e1d7dc41c145ccf95055c1b9d763b.zip
Adding metadata
Diffstat (limited to 'dev-python/doit')
-rw-r--r--dev-python/doit/doit-0.37.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/doit/doit-0.37.0.ebuild b/dev-python/doit/doit-0.37.0.ebuild
index 272446d30bef..2b46f1da18c7 100644
--- a/dev-python/doit/doit-0.37.0.ebuild
+++ b/dev-python/doit/doit-0.37.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]
@@ -41,6 +41,11 @@ src_prepare() {
-e '/sphinx_reredirects/d' \
-i doc/conf.py || die
+ # Disable xdist to avoid issues if pytest-xdist is installed.
+ sed \
+ -e 's/from xdist import plugin/raise ImportError()/' \
+ -i tests/conftest.py || die
+
distutils-r1_src_prepare
}