From b55e60be450b74e986e6f5e33e85ab030e5f6b11 Mon Sep 17 00:00:00 2001 From: xschlef Date: Fri, 27 Apr 2018 12:04:20 +0200 Subject: Bcfg2.Server.migrations is also required for correct database initilization --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7a2dc7efd..5ff2ac003 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup(name="Bcfg2", 'Bcfg2.Server', "Bcfg2.Server.FileMonitor", "Bcfg2.Server.Lint", + "Bcfg2.Server.migrations", "Bcfg2.Server.Plugin", "Bcfg2.Server.Plugins", "Bcfg2.Server.Plugins.Packages", -- cgit v1.2.3-1-g7c22 From bb422042db6b8aecd5e4d8155bb660051b055dbc Mon Sep 17 00:00:00 2001 From: xschlef Date: Fri, 27 Apr 2018 12:05:32 +0200 Subject: south is no longer available in newer debian versions --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8d642037a..a5e5c1b3e 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Description: Configuration management server Package: bcfg2-web Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, bcfg2-server (= ${binary:Version}), python-django (>= 1.3), python-django-south (>= 0.7.5) +Depends: ${python:Depends}, ${misc:Depends}, bcfg2-server (= ${binary:Version}), python-django (>= 1.3) Suggests: python-mysqldb, python-psycopg2, python-sqlite, libapache2-mod-wsgi Description: Configuration management web interface Bcfg2 is a configuration management system that generates configuration sets -- cgit v1.2.3-1-g7c22