diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-07-04 14:10:22 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-07-13 06:57:44 -0500 |
commit | 26b21c46e3af0f8513ee098a64528ef09f1864d5 (patch) | |
tree | 7382e46d5afdfb0a1eef2e70dfddd76db22cd9f0 /debian | |
parent | f0727f83beea2f5533631d3d0e52871c4cf73d43 (diff) | |
download | vyos-1x-26b21c46e3af0f8513ee098a64528ef09f1864d5.tar.gz vyos-1x-26b21c46e3af0f8513ee098a64528ef09f1864d5.zip |
T3663: prerequisites for inotify-based watching implementations.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 46218df0e..1ff0cef17 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: python3-setuptools, python3-sphinx, python3-xmltodict, + python3-inotify, quilt, whois Standards-Version: 3.9.6 |