| commit | 8ba99ff372d2d8ef13b2c6865b16c0869fa04069 | [log] [tgz] |
|---|---|---|
| author | bravof <fbravo@whitestack.com> | Mon Jun 15 10:59:04 2020 -0400 |
| committer | palsus <subhankar.pal@altran.com> | Mon Jun 15 20:20:31 2020 +0200 |
| tree | 1a6aa7cd535b8b9cad49c4e465b1c06854a6ffa7 | |
| parent | 946821f0dcc61f0bf0fe6d78bc2dc7db2636296c [diff] [blame] |
fix(aiokafka): version now fixed to 0.6.0 (this is the latest at the moment) Change-Id: If9477995e41497aa3171266efa1c5d88976f1cc3 Signed-off-by: bravof <fbravo@whitestack.com>
diff --git a/debian/python3-osm-policy-module.postinst b/debian/python3-osm-policy-module.postinst index 26a2877..a095f5b 100644 --- a/debian/python3-osm-policy-module.postinst +++ b/debian/python3-osm-policy-module.postinst
@@ -23,7 +23,7 @@ ## echo "Installing python dependencies via pip..." -pip3 install aiokafka==0.5.* +pip3 install aiokafka==0.6.0 pip3 install peewee==3.8.* pip3 install jsonschema==2.6.* pip3 install pyyaml==3.*