add database plugins to package_core
Make sure the database addon and the bsddb_support code is installed. Without this, Gramps crashes on startup.
This commit is contained in:
parent
4d5c28ad3a
commit
62a95c936b
2
setup.py
Normal file → Executable file
2
setup.py
Normal file → Executable file
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user