laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/38192?usp=email )
Change subject: update pyosmocom dependency to 0.0.3 ......................................................................
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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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",