From bf0b2baf1ab6da58c5e6a20afc22fbfafe46ba08 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 16 Oct 2023 17:25:46 +0300 Subject: [PATCH] python3-* rebuild --- programming/language/python3/python3-tomli/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/python3-tomli/actions.py b/programming/language/python3/python3-tomli/actions.py index c86efabba6..9b8ae9c6a1 100644 --- a/programming/language/python3/python3-tomli/actions.py +++ b/programming/language/python3/python3-tomli/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def build(): - shelltools.system("python3 -m build -wn") + shelltools.system("python3 -m build -wn --skip-dependency-check") def install(): shelltools.system("PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=%s --ignore-installed --no-deps dist/*.whl" % get.installDIR())