From df9f8e07ff09200e884ea1eda218f9d1ee321ba4 Mon Sep 17 00:00:00 2001 From: stdweird Date: Fri, 15 Mar 2019 11:10:24 +0100 Subject: [PATCH] use prospecotr 1.1.6.2 with fixed pep8 recursive bug --- lib/vsc/install/shared_setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/vsc/install/shared_setup.py b/lib/vsc/install/shared_setup.py index a64f8525..7dc8fbd4 100644 --- a/lib/vsc/install/shared_setup.py +++ b/lib/vsc/install/shared_setup.py @@ -155,7 +155,7 @@ def _log(self, level, msg, args): RELOAD_VSC_MODS = False -VERSION = '0.11.6' +VERSION = '0.11.7' log.info('This is (based on) vsc.install.shared_setup %s' % VERSION) @@ -1537,6 +1537,9 @@ def action_target(package, *args, **kwargs): 'setuptools', ], 'excluded_pkgs_rpm': [], # vsc-install ships vsc package (the vsc package is removed by default) + 'dependency_links': [ + "git+https://github.com/stdweird/prospector#egg=prospector-1.1.6.2", + ], } action_target(PACKAGE)