From 62a95c936bc2c553b9133b218f101f6671753f19 Mon Sep 17 00:00:00 2001 From: Tom Samstag Date: Fri, 18 Dec 2015 17:06:30 -0800 Subject: [PATCH] add database plugins to package_core Make sure the database addon and the bsddb_support code is installed. Without this, Gramps crashes on startup. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 6a491672f..6a17fcfbc --- a/setup.py +++ b/setup.py @@ -327,6 +327,8 @@ package_core = ['gramps', 'gramps.gen.utils.docgen', 'gramps.test', 'gramps.plugins', + 'gramps.plugins.database', + 'gramps.plugins.database.bsddb_support', 'gramps.plugins.docgen', 'gramps.plugins.drawreport', 'gramps.plugins.export',