From 6753eebc3e581a4491f5b7186f1c5423dae92ae4 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Mon, 30 Jan 2017 14:44:08 +0100 Subject: Enable bgpvpn plugin build and bump repo Change-Id: I298868aedf55c560194556bf6680289ae73a5113 Signed-off-by: Nikolas Hermanns Signed-off-by: Romanos Skiadas Signed-off-by: Alexandru Avadanii --- build/f_isoroot/f_bgpvpn-pluginbuild/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/f_isoroot/f_bgpvpn-pluginbuild/Makefile') diff --git a/build/f_isoroot/f_bgpvpn-pluginbuild/Makefile b/build/f_isoroot/f_bgpvpn-pluginbuild/Makefile index 8ce28fcf8..a236b63b4 100644 --- a/build/f_isoroot/f_bgpvpn-pluginbuild/Makefile +++ b/build/f_isoroot/f_bgpvpn-pluginbuild/Makefile @@ -34,6 +34,12 @@ release:.bgpvpnbuild cp gitinfo_bgpvpnplugin.txt $(BUILD_BASE) .bgpvpnbuild: + # The python packages build into deb by this plugin require a newer + # setuptools install a newer setuptools version until the container + # where this is run is bumped to ubuntu 16.04. + # --user is used because there is already a setuptools installation + # managed by apt. + pip install setuptools --upgrade --user rm -rf fuel-plugin-bgpvpn git clone $(BGPVPN_REPO) cd fuel-plugin-bgpvpn; \ -- cgit 1.2.3-korg