Introduce abrt-addon-python3 package
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
8949b9e40d
commit
69165ba9cc
187 changed files with 360360 additions and 0 deletions
27
0028-python-install-modules-to-sitearch-directory.patch
Normal file
27
0028-python-install-modules-to-sitearch-directory.patch
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
From 6ada05045535af7a3960c5d7f4b6c7c7bdd7446c Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Filak <jfilak@redhat.com>
|
||||
Date: Fri, 31 Jan 2014 11:09:46 +0100
|
||||
Subject: [ABRT PATCH 28/29] python: install modules to sitearch directory
|
||||
|
||||
Related to rhbz#881123
|
||||
|
||||
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
||||
---
|
||||
src/python-problem/problem/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/python-problem/problem/Makefile.am b/src/python-problem/problem/Makefile.am
|
||||
index cd8f04e..c7d99cb 100644
|
||||
--- a/src/python-problem/problem/Makefile.am
|
||||
+++ b/src/python-problem/problem/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
problem_PYTHON = __init__.py exception.py proxies.py tools.py watch.py config.py
|
||||
|
||||
-problemdir = $(pythondir)/problem
|
||||
+problemdir = $(pyexecdir)/problem
|
||||
|
||||
pyabrtdir = $(problemdir)
|
||||
pyabrt_LTLIBRARIES = _pyabrt.la
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
Reference in a new issue