diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-12-14 13:41:32 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-12-14 13:41:32 -0500 |
commit | 6af4aefbabdb38f5a3077554b458dd1f5a67f22a (patch) | |
tree | 149f65e39b48e7da4a07be103b8cd157234abcc7 /packages | |
parent | 4f57b6914248e67b59c5a6b58e527430a8723c15 (diff) | |
download | vyos-cloud-init-6af4aefbabdb38f5a3077554b458dd1f5a67f22a.tar.gz vyos-cloud-init-6af4aefbabdb38f5a3077554b458dd1f5a67f22a.zip |
packages/debian/control.in: remove 'python:Depends'
remove python:Depends macro from the control.in file. This seemed to be
overriding my 'python-json-patch | python-jsonpatch' with whichever
one was installed.
So, we're not getting automatic dependencies on trunk, which is honestly fine.
We'll manage them this way.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/debian/control.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in index b9352f5b..fd9f3ffd 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -25,7 +25,6 @@ Depends: procps, #end for python-software-properties | software-properties-common, \${misc:Depends}, - \${python:Depends} XB-Python-Version: \${python:Versions} Description: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation |