summaryrefslogtreecommitdiff
path: root/packages/debian
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-07-10 14:23:28 -0400
committerScott Moser <smoser@ubuntu.com>2012-07-10 14:23:28 -0400
commitc07c5f6c4ec808e680bbbeedb7f06e3c74ecb34f (patch)
tree9ef73d6d0379427a4a65cbe1f257c34d263ef62d /packages/debian
parenta83727242a1a6f044adfab39e6cf6466f0719259 (diff)
downloadvyos-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/debian')
-rw-r--r--packages/debian/control.in2
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}