summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-03 18:02:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-03 18:02:49 +0100
commitf3442eb02720af3b8e6d8a5e5597f680da531f02 (patch)
treeafa0d169521347b778e8d73a17e1aeafdef3641c /community
parentd88f243deb8da6c158e30e84c54626f63bd56457 (diff)
downloadpackages-f3442eb02720af3b8e6d8a5e5597f680da531f02.tar.xz
community/python-networkx: removed dependency python-matplotlib on i486
Diffstat (limited to 'community')
-rw-r--r--community/python-networkx/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/python-networkx/PKGBUILD b/community/python-networkx/PKGBUILD
index e69de29b..e01ed35f 100644
--- a/community/python-networkx/PKGBUILD
+++ b/community/python-networkx/PKGBUILD
@@ -0,0 +1,7 @@
+# python-matplotlib fails with stack smashes
+depends=(${depends[@]//python-matplotlib/})
+depends_i686+=(python-matplotlib)
+depends_pentium4=("${depends_i686[@]}")
+
+# tests fails in various ways
+unset check