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)