minor fixings for package generation 84/6984/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 28 Nov 2018 10:02:05 +0000 (10:02 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 28 Nov 2018 13:20:40 +0000 (13:20 +0000)
Change-Id: I5cc1024123eaecdc308d2d0566c10b33d0702125
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
debian/python3-osm-lcm.postinst
devops-stages/stage-build.sh
stdeb.cfg

index 63e30b1..7ee6c6c 100755 (executable)
 ##
 
 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
index 00f093c..b6d8a45 100755 (executable)
@@ -14,8 +14,7 @@
 # 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
index a265bac..8dd3fca 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,3 +1,3 @@
 [DEFAULT]
 X-Python3-Version : >= 3.5
-Depends3: python3-osm-common, python3-n2vc
+Depends3: python3-osm-common, python3-n2vc, python3-yaml, python3-aiohttp