diff options
author | Jernej Jakob <jernej.jakob@gmail.com> | 2020-06-11 09:18:42 +0200 |
---|---|---|
committer | Jernej Jakob <jernej.jakob@gmail.com> | 2020-06-11 22:10:47 +0200 |
commit | 0eb30e29f9e97f55679970d8dbe65b192b7bf7ca (patch) | |
tree | e57b72811a2bed63b013338d8f02065d22defd1a | |
parent | 6f2d87526d9ad4e8e1cb09a607223ee6119f02e7 (diff) | |
download | vyos-1x-0eb30e29f9e97f55679970d8dbe65b192b7bf7ca.tar.gz vyos-1x-0eb30e29f9e97f55679970d8dbe65b192b7bf7ca.zip |
vyos-hostsd: T2583: add dependency on python3-voluptuous
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 104a267ea..24390ae50 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,7 @@ Depends: python3, python3-jmespath, python3-xmltodict, python3-pyudev, + python3-voluptuous, bsdmainutils, cron, etherwake, |