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'
|
# Template file for 'printrun'
|
||||||
pkgname=printrun
|
pkgname=printrun
|
||||||
version=1.6.0
|
version=1.6.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Printrun-printrun-${version}"
|
wrksrc="Printrun-printrun-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="printrun"
|
|
||||||
hostmakedepends="python-setuptools python-pyserial"
|
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"
|
short_desc="3D printing host suite"
|
||||||
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue