Date: Tuesday, November 1, 2022 @ 16:15:04
Author: jelle
Revision: 459900
Skip strict dependency check for bootstrapping
Modified:
python-pep517/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-01 16:14:54 UTC (rev 459899)
+++ PKGBUILD 2022-11-01 16:15:04 UTC (rev 459900)
@@ -27,7 +27,7 @@
build() {
cd pep517-$pkgver
- python -m build --wheel --no-isolation
+ python -m build --wheel --no-isolation --skip-dependency-check
}
check() {