aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-matplotlib/APKBUILD
diff options
context:
space:
mode:
authorAiden Grossman <agrossman154@yahoo.com>2022-03-02 19:00:06 +0000
committeralice <alice@ayaya.dev>2022-03-02 20:28:40 +0000
commit1364de6af4c357a00ac87c83a2d385c3aeee48c9 (patch)
treefc7cb4eca860d8f65eb708a2385081d6e118f25a /community/py3-matplotlib/APKBUILD
parent38493cace94dd80aa850d934ee08850d8e89a413 (diff)
community/py3-matplotlib: fix issue with webagg.port
Diffstat (limited to 'community/py3-matplotlib/APKBUILD')
-rw-r--r--community/py3-matplotlib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-matplotlib/APKBUILD b/community/py3-matplotlib/APKBUILD
index 0f71581a4c3..25a317e9cf2 100644
--- a/community/py3-matplotlib/APKBUILD
+++ b/community/py3-matplotlib/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-matplotlib
_pyname=matplotlib
pkgver=3.5.1
-pkgrel=3
+pkgrel=4
pkgdesc="Python3 library for plots"
url="https://matplotlib.org"
# riscv64: ftbfs
@@ -73,7 +73,7 @@ check() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
# Remove tests from installation
rm -r "$pkgdir/usr/lib/python3.10/site-packages/matplotlib/tests/"