From f3442eb02720af3b8e6d8a5e5597f680da531f02 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Dec 2021 18:02:49 +0100 Subject: community/python-networkx: removed dependency python-matplotlib on i486 --- community/python-networkx/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'community') 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 -- cgit v1.2.3-54-g00ecf