From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- extra/python-networkx/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extra/python-networkx/PKGBUILD (limited to 'extra/python-networkx') diff --git a/extra/python-networkx/PKGBUILD b/extra/python-networkx/PKGBUILD new file mode 100644 index 00000000..521151c1 --- /dev/null +++ b/extra/python-networkx/PKGBUILD @@ -0,0 +1,7 @@ +# python-matplotlib fails with stack smashes on i486, must disable it on all +# architectures, because it's of architecture 'any' thus drawing in the module +# again on i486 +depends=(${depends[@]//python-matplotlib/}) + +# tests fails in various ways +unset check -- cgit v1.2.3-54-g00ecf