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
9 lines
249 B
Diff
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}
|