From: magnussonl Date: Fri, 3 Jul 2020 12:24:51 +0000 (+0200) Subject: fixed unsupported version identifier syntax in setup.py X-Git-Tag: v7.1.4^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=a6806e969b6cab9a9db1b44305db51d59f7759d2;p=osm%2FPLA.git fixed unsupported version identifier syntax in setup.py Change-Id: Iebcff634d95f4b063dd441dcc74ef02bfa3546d8 Signed-off-by: magnussonl --- 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=[