diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-24 11:12:14 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-24 11:12:14 -0400 |
commit | 986ee27cff1de8afdcbe72f464afef573790d373 (patch) | |
tree | 4ec844fa3ab6b50e2c53bf51d95c2bacbacc3c83 /packages | |
parent | f7e63d61cffde091f0d876e4acc6778943cb7499 (diff) | |
download | vyos-cloud-init-986ee27cff1de8afdcbe72f464afef573790d373.tar.gz vyos-cloud-init-986ee27cff1de8afdcbe72f464afef573790d373.zip |
test: make selinux test skipped if selinux not available.
Also, in debian packaging depend on it (so it wont skip there).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/debian/control.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in index 18a4600c..c892747c 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), pyflakes, pylint, python-setuptools, + python-selinux, python-cheetah, python-mocker, python-httpretty, |