summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 1 deletions
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
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",