laforge submitted this change.
update pyosmocom dependency to 0.0.3
0.0.3 fixes an important problem related to enabling callers of build_construct()
to pass in a total_len value in order to specify the target output size.
Change-Id: I01687bb54e65bf5cc318745df588c3d6ea14eb83
---
M requirements.txt
M setup.py
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 99fd5f9..25e3654 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
jsonpath-ng
construct>=2.9.51
bidict
-pyosmocom>=0.0.2
+pyosmocom>=0.0.3
pyyaml>=5.1
termcolor
colorlog
diff --git a/setup.py b/setup.py
index d48b806..10500d3 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
"jsonpath-ng",
"construct >= 2.9.51",
"bidict",
- "pyosmocom >= 0.0.2",
+ "pyosmocom >= 0.0.3",
"pyyaml >= 5.1",
"termcolor",
"colorlog",
To view, visit change 38192. To unsubscribe, or for help writing mail filters, visit settings.