summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2018-06-03 14:27:33 -0500
committerSol Jerome <sol.jerome@gmail.com>2018-06-03 14:27:33 -0500
commit1de1d0b7ee95f2ee994c5019d5fefcbd95a2e984 (patch)
treea9527ec0a949751e4fc7f005e710b0bc0c94a286
parent56ae1baf7055155c7ec279fd5e5f1b7275366fee (diff)
parentbb422042db6b8aecd5e4d8155bb660051b055dbc (diff)
downloadbcfg2-1de1d0b7ee95f2ee994c5019d5fefcbd95a2e984.tar.gz
bcfg2-1de1d0b7ee95f2ee994c5019d5fefcbd95a2e984.tar.bz2
bcfg2-1de1d0b7ee95f2ee994c5019d5fefcbd95a2e984.zip
Merge branch 'debian_fixes' of https://github.com/xschlef/bcfg2
-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",