[python-bugzilla/f15] Add python-magic Requires

Will Woods wwoods at fedoraproject.org
Thu Jun 9 20:07:09 UTC 2011


commit b5afbd62c1842ae46e9d63588816530f2cb36ad6
Author: Will Woods <wwoods at redhat.com>
Date:   Thu Jun 9 16:05:39 2011 -0400

    Add python-magic Requires

 python-bugzilla.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index 0fff007..fb8a9a9 100644
--- a/python-bugzilla.spec
+++ b/python-bugzilla.spec
@@ -20,6 +20,10 @@ BuildRequires: python-setuptools-devel
 BuildRequires: python-setuptools
 %endif
 
+# Only needed by the CLI - if you wanted to avoid this dep you could
+# split the CLI into its own package..
+Requires: python-magic
+
 %description
 python-bugzilla is a python library for interacting with bugzilla instances
 over XML-RPC. This package also includes the 'bugzilla' command-line tool


More information about the scm-commits mailing list