diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-07-10 14:23:28 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-10 14:23:28 -0400 |
commit | c07c5f6c4ec808e680bbbeedb7f06e3c74ecb34f (patch) | |
tree | 9ef73d6d0379427a4a65cbe1f257c34d263ef62d /packages | |
parent | a83727242a1a6f044adfab39e6cf6466f0719259 (diff) | |
download | vyos-cloud-init-c07c5f6c4ec808e680bbbeedb7f06e3c74ecb34f.tar.gz vyos-cloud-init-c07c5f6c4ec808e680bbbeedb7f06e3c74ecb34f.zip |
debian/control.in: accept software-properties-common (LP: #1021418)
use python-software-properties or software-properties-common to fullfill
the need for 'apt-add-repository'.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/debian/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in index 4e151e3e..edb5aff5 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -24,7 +24,7 @@ Depends: cloud-utils, #for $r in $requires ${r}, #end for - python-software-properties, + python-software-properties | software-properties-common, \${misc:Depends}, \${python:Depends} XB-Python-Version: \${python:Versions} |