[printrun] pronterface and plater require python-psutil and numpy (#1171319)

Miro Hrončok churchyard at fedoraproject.org
Mon Dec 29 11:07:08 UTC 2014


commit 5b7f228756533d0f0286e8325c16a413782fb159
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Mon Dec 29 11:57:22 2014 +0100

    pronterface and plater require python-psutil and numpy (#1171319)

 printrun.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/printrun.spec b/printrun.spec
index 7fc76b3..3958202 100644
--- a/printrun.spec
+++ b/printrun.spec
@@ -58,7 +58,9 @@ It controls the ReRap printer. It is a part of Printrun.
 %package     -n pronterface
 Summary:        GUI interface for RepRap
 Requires:       wxPython
+Requires:       numpy
 Requires:       python-cairosvg
+Requires:       python-psutil
 Requires:       python-pyglet
 Requires:       simarrange
 Requires:       pronsole = %{version}-%{release}
@@ -74,6 +76,8 @@ It controls the ReRap printer. It is a part of Printrun.
 Summary:        RepRap STL plater
 Requires:       wxPython
 Requires:       %{name}-common = %{version}-%{release}
+Requires:       numpy
+Requires:       python-psutil
 Requires:       python-pyglet
 Requires:       simarrange
 BuildArch:      noarch
@@ -175,6 +179,7 @@ ln -s -f %{_datadir}/locale/ %{buildroot}%{_datadir}/pronterface/ # the app expe
 * Mon Dec 29 2014 Miro Hrončok <mhroncok at redhat.com> - 2014.07.30-4
 - Remove prontserve from the spec
 - Remove Fedora <> 20 conditions
+- pronterface and plater require python-psutil and numpy (#1171319)
 
 * Sat Oct 25 2014 Miro Hrončok <mhroncok at redhat.com> - 2014.07.30-3
 - Do not longer depend on skeinforge, as it appears nobody uses it


More information about the scm-commits mailing list