projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881ff3b
)
fix(postinst): wrong version in postinst file for aiokafka
26/9126/1
release-v8.0-start
author
bravof
<fbravo@whitestack.com>
Fri, 19 Jun 2020 13:47:08 +0000
(09:47 -0400)
committer
bravof
<fbravo@whitestack.com>
Fri, 19 Jun 2020 13:47:17 +0000
(09:47 -0400)
Change-Id: I5144150f6e41ff39820a9154407438364a219670
Signed-off-by: bravof <fbravo@whitestack.com>
debian/python3-osm-mon.postinst
patch
|
blob
|
history
diff --git
a/debian/python3-osm-mon.postinst
b/debian/python3-osm-mon.postinst
index
ff08172
..
f7bc53b
100644
(file)
--- a/
debian/python3-osm-mon.postinst
+++ b/
debian/python3-osm-mon.postinst
@@
-23,7
+23,7
@@
##
echo "Installing python dependencies via pip..."
-pip3 install aiokafka==0.
4.*
+pip3 install aiokafka==0.
6.0
pip3 install requests==2.18.*
pip3 install python-keystoneclient==3.15.*
pip3 install six==1.11.*