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, 0 insertions, 19 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
deleted file mode 100644
index 4a110930..00000000
--- a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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",