diff options
author | Brian Pellin <bpellin@mcs.anl.gov> | 2005-01-11 19:25:27 +0000 |
---|---|---|
committer | Brian Pellin <bpellin@mcs.anl.gov> | 2005-01-11 19:25:27 +0000 |
commit | d21941d1691f9ab2c1787af62d2a0c4a6ad58a80 (patch) | |
tree | 564bfe7e634ca13741f2bfacb3392fa9e3ca1694 | |
parent | 30b9f709717b13bf194fa00b6008b9b9afd3f406 (diff) | |
download | bcfg2-d21941d1691f9ab2c1787af62d2a0c4a6ad58a80.tar.gz bcfg2-d21941d1691f9ab2c1787af62d2a0c4a6ad58a80.tar.bz2 bcfg2-d21941d1691f9ab2c1787af62d2a0c4a6ad58a80.zip |
Fixed deps.
(Logical change 1.185)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@790 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d226771ac..50bad29d4 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Description: build configuration system Package: bcfg2-server Architecture: all -Depends: ${python:Depends}, ssslib-python, python2.3-fam, bcfg2, fam +Depends: ${python:Depends}, ssslib-python, python2.3-fam, bcfg2, fam, python2.3-elementtree Description: build configuration system, version two Bcfg2 is a symbolic configuration management system, produced at Argonne National Lab. |