aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-networkx/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-networkx/APKBUILD b/testing/py3-networkx/APKBUILD
index a75b1fc120d..0cd250f3ce8 100644
--- a/testing/py3-networkx/APKBUILD
+++ b/testing/py3-networkx/APKBUILD
@@ -5,12 +5,13 @@ pkgver=2.4
pkgrel=1
pkgdesc="Software for complex networks"
url="https://networkx.github.io/"
-arch="noarch"
+arch="noarch !mips64"
license="BSD-3-Clause"
depends="python3 py3-decorator"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
-checkdepends="py3-pytest py3-pygraphviz py3-pydot py3-numpy py3-scipy py3-yaml py3-pandas py3-matplotlib py3-lxml cmd:xdg-open"
+checkdepends="py3-pytest py3-pygraphviz py3-pydot py3-numpy py3-scipy py3-yaml
+ py3-pandas py3-matplotlib py3-lxml cmd:xdg-open"
source="https://pypi.python.org/packages/source/n/networkx/networkx-$pkgver.tar.gz
fix-matplotlib-deprecation.patch
fix-test_numpy_type-under-python3.8.patch