aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-opengl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-opengl/APKBUILD')
-rw-r--r--testing/py-opengl/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-opengl/APKBUILD b/testing/py-opengl/APKBUILD
index 69566737bae..cd8d6b392e3 100644
--- a/testing/py-opengl/APKBUILD
+++ b/testing/py-opengl/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-opengl
_pkgname=PyOpenGL
pkgver=3.1.1a1
-pkgrel=1
+pkgrel=2
pkgdesc="Standard OpenGL bindings for Python"
url="http://pyopengl.sourceforge.net"
-arch="noarch !s390x"
+arch="noarch"
license="BSD"
-depends="python2 freeglut mesa-gles py-pillow py-numpy"
+depends="python2 freeglut mesa-gles py-pillow py-numpy>=1.14.3-r1"
depends_dev=""
makedepends="$depends_dev python2-dev py-setuptools freeglut-dev"
install=""