summaryrefslogtreecommitdiff
path: root/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-report/files/python-report-0.23-disable-rpm.patch')
-rw-r--r--dev-python/python-report/files/python-report-0.23-disable-rpm.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
new file mode 100644
index 00000000..4a110930
--- /dev/null
+++ b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
@@ -0,0 +1,19 @@
+--- a/python/report/plugins/bugzilla/__init__.py
++++ b/python/report/plugins/bugzilla/__init__.py
+@@ -115,8 +115,6 @@ import filer
+ def sendToBugzilla(component, signature, io, bzfiler,
+ optionsDict, fileName, fileDescription):
+
+- import rpmUtils.arch
+-
+ class BugzillaCommunicationException (Exception):
+ pass
+
+@@ -298,7 +296,6 @@ def sendToBugzilla(component, signature,
+ product=bzfiler.getproduct(),
+ component=component,
+ version=bzfiler.getversion(),
+- platform=rpmUtils.arch.getBaseArch(),
+ bug_severity="medium",
+ priority="medium",
+ op_sys="Linux",