Skip to content
Snippets Groups Projects
Commit f9ce4e43 authored by Alfonso Tierno's avatar Alfonso Tierno
Browse files

fix sdn-plugin package instalation


Remove non-existing python3-cvprac package dependency
Install cvprac with post installation

Change-Id: I610fa54a580c8ca2a829e2cc0803740644125c12
Signed-off-by: default avatartierno <alfonso.tiernosepulveda@telefonica.com>
parent 86c115d3
Branches feature7184
No related tags found
No related merge requests found
......@@ -20,5 +20,6 @@ clean:
package:
python3 setup.py --command-packages=stdeb.command sdist_dsc
cp debian/python3-osm-rosdn-arista.postinst deb_dist/osm-rosdn-arista*/debian/
cd deb_dist/osm-rosdn-arista*/ && dpkg-buildpackage -rfakeroot -uc -us
#!/bin/bash
##
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# For those usages not covered by the Apache License, Version 2.0 please
# contact with: OSM_TECH@list.etsi.org
##
echo "POST INSTALL OSM-ROSDN-ARISTA"
#Pip packages required for openstack connector
python3 -m pip install cvprac
......@@ -15,5 +15,5 @@
[DEFAULT]
X-Python3-Version : >= 3.5
Depends3: python3-requests, python3-osm-ro, python3-jsonrpclib-pelix, python3-cvprac
Depends3: python3-requests, python3-osm-ro, python3-jsonrpclib-pelix
......@@ -53,8 +53,8 @@ import osm_ro
__author__ = "Alfonso Tierno, Gerardo Garcia, Pablo Montes"
__date__ = "$26-aug-2014 11:09:29$"
__version__ = "7.0.1.post18"
version_date = "Apr 2020"
__version__ = "7.0.1.post26"
version_date = "May 2020"
database_version = 40 # expected database schema version
global global_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment