diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-13 11:30:02 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-13 11:30:02 -0400 |
commit | 9f1077a5a1142cca55d1321a33d0ce13ae7abd70 (patch) | |
tree | 314b3920f6e7355dce671898ab76d551e7da602f | |
parent | eefca80065bf9cae734022c0665aa8ffbf3ee81e (diff) | |
download | vyos-cloud-init-9f1077a5a1142cca55d1321a33d0ce13ae7abd70.tar.gz vyos-cloud-init-9f1077a5a1142cca55d1321a33d0ce13ae7abd70.zip |
add python-oauth to dependencies [Cosmin Luță]
LP: #953915
-rw-r--r-- | debian.trunk/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian.trunk/control b/debian.trunk/control index eef3cd1d..f2eec1e4 100644 --- a/debian.trunk/control +++ b/debian.trunk/control @@ -20,6 +20,7 @@ Depends: cloud-utils, python-boto (>=2.0), python-cheetah, python-configobj, + python-oauth, python-software-properties, python-yaml, ${misc:Depends}, |