diff options
author | John Estabrook <jestabro@vyos.io> | 2021-07-05 12:17:53 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-07-13 06:57:59 -0500 |
commit | 517d78973430e49946c130dffa6e99d6d55865e1 (patch) | |
tree | adfc14a25a941d7d2bcbd240911fffb84df344f3 /debian | |
parent | 26b21c46e3af0f8513ee098a64528ef09f1864d5 (diff) | |
download | vyos-1x-517d78973430e49946c130dffa6e99d6d55865e1.tar.gz vyos-1x-517d78973430e49946c130dffa6e99d6d55865e1.zip |
T3663: python3-inotify should be a runtime dependency
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1ff0cef17..2a107c954 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,6 @@ Build-Depends: python3-setuptools, python3-sphinx, python3-xmltodict, - python3-inotify, quilt, whois Standards-Version: 3.9.6 @@ -100,6 +99,7 @@ Depends: ${python3:Depends}, python3-flask, python3-hurry.filesize, + python3-inotify, python3-isc-dhcp-leases, python3-jinja2, python3-jmespath, |