From 1b9aef44f5e91312cca74bb887d5ad00a924e5d9 Mon Sep 17 00:00:00 2001 From: magnussonl Date: Fri, 3 Jul 2020 14:24:51 +0200 Subject: [PATCH] fixed unsupported version identifier syntax in setup.py Change-Id: Iebcff634d95f4b063dd441dcc74ef02bfa3546d8 Signed-off-by: magnussonl (cherry picked from commit a6806e969b6cab9a9db1b44305db51d59f7759d2) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91f554c..2c7cd04 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( install_requires=[ 'osm-common', 'jinja2==2.10.3', - 'pymzn==0.18.*', + 'pymzn==0.18.3', 'pyyaml==5.1.2' ], dependency_links=[ -- 2.25.1