Change-Id: Ideb5e40eb621eedcb7a4a8a2b32224efdecbffd9
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
&& python3 -m pip install -e /app/common
# python3-pymongo python3-yaml pycrypto aiokafka
-RUN python3 -m pip install grpcio-tools grpclib
+RUN python3 -m pip install grpcio==1.31.0 grpcio-tools==1.31.0 grpclib==0.3.2
RUN mkdir -p /app/storage/kafka && mkdir -p /app/log
pyyaml
aiohttp>=2.3.10
jinja2
-grpcio-tools
-grpclib
+grpcio-tools==1.31.0
+grpclib==0.3.2
git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common
git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc
'osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v8.0#egg=osm-common',
'n2vc @ git+https://osm.etsi.org/gerrit/osm/N2VC.git@v8.0#egg=n2vc',
'jinja2',
- 'grpcio-tools',
- 'grpclib',
- # TODO this is version installed by 'apt python3-aiohttp' on Ubuntu Sserver 14.04
- # version installed by pip 3.3.2 is not compatible. Code should be migrated to this version and use pip3
+ 'grpcio-tools==1.31.0',
+ 'grpclib==0.3.2',
],
setup_requires=['setuptools-version-command'],
)