summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorArto Jantunen <viiru@debian.org>2012-02-05 11:24:47 +0200
committerSol Jerome <sol.jerome@gmail.com>2012-02-05 08:44:51 -0600
commitf72c7d6bef416d0bbe6fd7563be2bfe9a603df38 (patch)
tree5a1fc59d6e578c1dfcbdb19d18a9a4a6af068374 /debian
parent2793159173341538bc57f4479c673944031cef88 (diff)
downloadbcfg2-f72c7d6bef416d0bbe6fd7563be2bfe9a603df38.tar.gz
bcfg2-f72c7d6bef416d0bbe6fd7563be2bfe9a603df38.tar.bz2
bcfg2-f72c7d6bef416d0bbe6fd7563be2bfe9a603df38.zip
Use the correct name for the sqlalchemy package (python-sqlalchemy)
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 0336a2d30..5b976e6af 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-lxml (>= 0.9), libxml2-utils (>= 2.6.23), lsb-base (>= 3.1-9), ucf, bcfg2 (= ${binary:Version}), openssl, python-ssl | python2.6 | python3.0 | python3.1 | python3.2, python-gamin
XB-Python-Version: >= 2.4
Recommends: graphviz, patch
-Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, sqlalchemy (>= 0.5.0), python-django, mail-transport-agent
+Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-sqlalchemy (>= 0.5.0), python-django, mail-transport-agent
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.