From 702fc62726723136c46e0c116504b4e6ff7d38ca Mon Sep 17 00:00:00 2001
From: John Estabrook <jestabro@vyos.io>
Date: Tue, 1 Nov 2022 13:36:01 -0500
Subject: 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.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

(limited to 'debian/control')

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
-- 
cgit v1.2.3