Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] printrun: add python-numpy dependency
@ 2020-05-03 14:23 ryanmjacobs
  2020-05-03 14:41 ` [PR PATCH] [Updated] " ryanmjacobs
  2020-05-05 19:00 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: ryanmjacobs @ 2020-05-03 14:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

There is a new pull request by ryanmjacobs against master on the void-packages repository

https://github.com/ryanmjacobs/void-packages printrun
https://github.com/void-linux/void-packages/pull/21584

printrun: add python-numpy dependency
`plater` would not start without Python 2.7 `numpy` being installed.

A patch file from https://github.com/void-linux/void-packages/pull/21584.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-printrun-21584.patch --]
[-- Type: text/x-diff, Size: 859 bytes --]

From b367c05a8114fb3bfae9f21caec9cd86eda8530e Mon Sep 17 00:00:00 2001
From: Ryan Jacobs <ryan@rmj.us>
Date: Sun, 3 May 2020 07:21:43 -0700
Subject: [PATCH] printrun: add python-numpy dependency

---
 srcpkgs/printrun/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/printrun/template b/srcpkgs/printrun/template
index b901838d071..a1c886f3192 100644
--- a/srcpkgs/printrun/template
+++ b/srcpkgs/printrun/template
@@ -7,7 +7,7 @@ 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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-05 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 14:23 [PR PATCH] printrun: add python-numpy dependency ryanmjacobs
2020-05-03 14:41 ` [PR PATCH] [Updated] " ryanmjacobs
2020-05-05 19:00 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).