Change-Id: I5cc1024123eaecdc308d2d0566c10b33d0702125
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
##
echo "POST INSTALL OSM-LCM"
+# Currently it is not needed pip3 installation
+# echo "Installing python dependencies via pip..."
+# pip3 install pip==9.0.3
+# pip3 install --user aiokafka
#Creation of log folder
mkdir -p /var/log/osm
-systemctl enable osm-lcm.service
-
+# systemctl enable osm-lcm.service
# under the License.
##
-# moved to a Makefile in order to add post install. Needed for "pip3 install aiokafka",
-# that is not available with a package
+# For the moment it is not needed any post-intall action, so tox instead of Makefile is used
make clean # rm -rf deb_dist
tox -e build # make package
[DEFAULT]
X-Python3-Version : >= 3.5
-Depends3: python3-osm-common, python3-n2vc
+Depends3: python3-osm-common, python3-n2vc, python3-yaml, python3-aiohttp