Skip to content

Commit

Permalink
Merge pull request #97 from stdweird/fix_pep8
Browse files Browse the repository at this point in the history
use prospecotr 1.1.6.2 with fixed pep8 recursive bug
  • Loading branch information
hajgato authored Mar 15, 2019
2 parents 481f8e5 + df9f8e0 commit 0eab017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/vsc/install/shared_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

0 comments on commit 0eab017

Please sign in to comment.