MSYS2-packages/namcap/002-force-msys-python.patch
Christoph Reiter 6c25dd178c namcap: update to 3.3.1
the namcap script no longer conflicts with the directory name, so
we can remove those hacks.

disable the "runpath" rule which depends on some elf library and fails
to import

remove one patch applied upstream

This new release also makes it work with Python 3.10
2022-07-02 23:37:03 +02:00

9 lines
249 B
Diff

--- namcap-3.2.10/scripts/namcap.orig 2020-05-29 08:10:32.607965100 +0200
+++ namcap-3.2.10/scripts/namcap 2020-05-29 08:10:55.469396300 +0200
@@ -36,4 +36,4 @@
fi
done
-/usr/bin/env python3 -m namcap ${args}
+/usr/bin/python -m namcap ${args}