| commit | 1b9aef44f5e91312cca74bb887d5ad00a924e5d9 | [log] [tgz] |
|---|---|---|
| author | magnussonl <lars-goran.magnusson@arctoslabs.com> | Fri Jul 03 14:24:51 2020 +0200 |
| committer | palsus <subhankar.pal@altran.com> | Fri Jul 03 16:22:43 2020 +0200 |
| tree | ec67de8952ec7a7a669e71b57298597eb6d33b55 | |
| parent | 6bdfcf293a3820d4f6a1d785007bef1d047f2f2a [diff] [blame] |
fixed unsupported version identifier syntax in setup.py Change-Id: Iebcff634d95f4b063dd441dcc74ef02bfa3546d8 Signed-off-by: magnussonl <lars-goran.magnusson@arctoslabs.com> (cherry picked from commit a6806e969b6cab9a9db1b44305db51d59f7759d2)
diff --git a/setup.py b/setup.py index 91f554c..2c7cd04 100755 --- a/setup.py +++ b/setup.py
@@ -47,7 +47,7 @@ install_requires=[ 'osm-common', 'jinja2==2.10.3', - 'pymzn==0.18.*', + 'pymzn==0.18.3', 'pyyaml==5.1.2' ], dependency_links=[