diff options
| author | John Estabrook <jestabro@vyos.io> | 2021-07-05 12:17:53 -0500 | 
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2021-07-05 12:17:53 -0500 | 
| commit | 50b8d38abdb1525243a78896eff784744cfd5c44 (patch) | |
| tree | a18c32df09c1685008bd6048f5f0ef466a080a9d | |
| parent | 562ead14a6dd1eb9190b9a9f38981423937bfc94 (diff) | |
| download | vyos-1x-50b8d38abdb1525243a78896eff784744cfd5c44.tar.gz vyos-1x-50b8d38abdb1525243a78896eff784744cfd5c44.zip | |
T3663: python3-inotify should be a runtime dependency
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index 5a434bfc6..7ff64e5a3 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,6 @@ Build-Depends:    python3-setuptools,    python3-sphinx,    python3-xmltodict, -  python3-inotify,    quilt,    whois  Standards-Version: 3.9.6 @@ -116,6 +115,7 @@ Depends:    python3-cryptography,    python3-flask,    python3-hurry.filesize, +  python3-inotify,    python3-isc-dhcp-leases,    python3-jinja2,    python3-jmespath, | 
