printrun: add python-numpy dependency
This commit is contained in:
parent
2b19f810b9
commit
5034edbacf
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue