[pyrasite] Require meliae and urwid so all of the tools & payloads work out of the box.

Luke Macken lmacken at fedoraproject.org
Tue Aug 21 16:12:48 UTC 2012


commit c32fb9378c4a0a3fde1700a10cba8ff45988ff86
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Aug 21 12:08:50 2012 -0400

    Require meliae and urwid so all of the tools & payloads work out of the box.

 pyrasite.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/pyrasite.spec b/pyrasite.spec
index 6cd4408..33f9e22 100644
--- a/pyrasite.spec
+++ b/pyrasite.spec
@@ -1,6 +1,6 @@
 Name:             pyrasite
 Version:          2.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Code injection and monitoring of running Python processes
 
 Group:            Development/Languages
@@ -15,6 +15,8 @@ BuildRequires:    python-nose
 BuildRequires:    python-sphinx
 
 Requires:         gdb
+Requires:         python-meliae
+Requires:         python-urwid
 
 %if 0%{?rhel} <= 6
 BuildRequires:    python-argparse
@@ -51,6 +53,11 @@ gzip -c docs/_build/man/pyrasite.1 > %{buildroot}/%{_mandir}/man1/pyrasite.1.gz
 %{python_sitelib}/*
 
 %changelog
+* Tue Aug 21 2012 Luke Macken <lmacken at redhat.com> - 2.0-3
+- Require python-urwid for the pyrasite-memory-viewer
+- Require python-meliae for the memory-viewer and dump_memory payload
+  (github#40)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list