summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 08:02:42 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-10-28 08:05:32 -0400
commit8713edf9c03433a8815cd9ceb24d4b153e12caeb (patch)
tree1f11f066cadef68971867ecfcda89d0665c8a15d /debian
parent2b3d6b7193232a4c66ac9b7b6289024d6671eaba (diff)
downloadbcfg2-8713edf9c03433a8815cd9ceb24d4b153e12caeb.tar.gz
bcfg2-8713edf9c03433a8815cd9ceb24d4b153e12caeb.tar.bz2
bcfg2-8713edf9c03433a8815cd9ceb24d4b153e12caeb.zip
SQLAlchemy is no longer used
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 37b72a9f4..f99e5888e 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Package: bcfg2-server
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 (>= 2.6), python-pyinotify | python-gamin, python-daemon
Recommends: graphviz, patch
-Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-sqlalchemy (>= 0.5.0), python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
+Suggests: python-cheetah, python-genshi (>= 0.4.4), python-profiler, python-django, mail-transport-agent, bcfg2-doc (= ${binary:Version})
Description: Configuration management server
Bcfg2 is a configuration management system that generates configuration sets
for clients bound by client profiles.