summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Fan2023-10-26 19:59:08 +0800
committerYujun Fan2023-10-26 19:59:08 +0800
commit3a1c796f23d192af2abf552ddaa5b7b10216dd3f (patch)
treecb94461670b8bb07dda03a4d588d932f5ff51f1a
parent981f3bd3cc6f2149740f3158c6cfea0deb5cb811 (diff)
downloadaur-python-onnxsim.tar.gz
useful commit message
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c9eb2e2108f..f96206d7a850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ source=(onnx-simplifier-master.zip::"$url/archive/refs/heads/master.zip")
sha256sums=('8fa93121d62fb42956ea6e69cbb2bab1609a319ad9404e1004473c1ae3299ea0')
build() {
+ depends+=()
cd "${srcdir}/onnx-simplifier-master"
python -m build --wheel --skip-dependency-check --no-isolation
}