printrun: add python-numpy dependency

This commit is contained in:
Ryan Jacobs 2020-05-03 07:21:43 -07:00 committed by Helmut Pozimski
parent 2b19f810b9
commit 5034edbacf

View file

@ -1,13 +1,12 @@
# Template file for 'printrun'
pkgname=printrun
version=1.6.0
revision=2
revision=3
archs=noarch
wrksrc="Printrun-printrun-${version}"
build_style=python2-module
pycompile_module="printrun"
hostmakedepends="python-setuptools python-pyserial"
depends="python wxPython python-pyserial python-pyglet"
depends="python wxPython python-pyserial python-pyglet python-numpy"
short_desc="3D printing host suite"
maintainer="Jasper Chan <jasperchan515@gmail.com>"
license="GPL-3.0-or-later"