]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
YANG: JSON -> CBOR always checks the deps and venv
authorMaria Matejka <mq@ucw.cz>
Wed, 15 Nov 2023 11:34:16 +0000 (12:34 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 15 Nov 2023 11:34:16 +0000 (12:34 +0100)
yang/create-venv.sh [deleted file]
yang/json-cbor-yang

diff --git a/yang/create-venv.sh b/yang/create-venv.sh
deleted file mode 100755 (executable)
index 13f092f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-python3 -m venv venv
-pip3 install yangson cbor
index d34e7e7d46ffbbdfc9fd0cc3b6ffc30e1f513e81..24b746176d4a3fe13981d840a6b17d11604a116f 100755 (executable)
@@ -1,3 +1,6 @@
+python3 -m venv venv
 . venv/bin/activate
+pip3 install yangson cbor
+
 python3 json-cbor-yang.py "$@"
 #python3 json2cbor.py "$@"