From: Maria Matejka Date: Wed, 15 Nov 2023 11:34:16 +0000 (+0100) Subject: YANG: JSON -> CBOR always checks the deps and venv X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe52f98a92a4ade1988fd3f4f816cf6e2aed5e5b;p=thirdparty%2Fbird.git YANG: JSON -> CBOR always checks the deps and venv --- diff --git a/yang/create-venv.sh b/yang/create-venv.sh deleted file mode 100755 index 13f092f9a..000000000 --- a/yang/create-venv.sh +++ /dev/null @@ -1,2 +0,0 @@ -python3 -m venv venv -pip3 install yangson cbor diff --git a/yang/json-cbor-yang b/yang/json-cbor-yang index d34e7e7d4..24b746176 100755 --- a/yang/json-cbor-yang +++ b/yang/json-cbor-yang @@ -1,3 +1,6 @@ +python3 -m venv venv . venv/bin/activate +pip3 install yangson cbor + python3 json-cbor-yang.py "$@" #python3 json2cbor.py "$@"