diff options
| author | John Estabrook <jestabro@vyos.io> | 2022-11-01 13:36:01 -0500 | 
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2022-11-01 13:43:44 -0500 | 
| commit | 702fc62726723136c46e0c116504b4e6ff7d38ca (patch) | |
| tree | 2aaafbc1a59d0f86734dfe1d2b2cdaf2ff3be310 | |
| parent | c6f7ef4b84b25bf8c35e3b0755d2e973a072ebd5 (diff) | |
| download | vyos-1x-702fc62726723136c46e0c116504b4e6ff7d38ca.tar.gz vyos-1x-702fc62726723136c46e0c116504b4e6ff7d38ca.zip | |
op-mode: T4791: add python3-pyhumps as build dep for op-mode nosetest
Using humps.decamelize in vyos.opmode requires python3-pyhumps to be a
build dependency for the nosetest test_op_mode.py.
| -rw-r--r-- | debian/control | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/debian/control b/debian/control index cf766a825..d7cd5b688 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Build-Depends:    python3-setuptools,    python3-sphinx,    python3-xmltodict, +  python3-pyhumps,    quilt,    whois  Standards-Version: 3.9.6 | 
