Skip to content

Commit

Permalink
foce pip to manage pkglts install in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jchopard committed Dec 6, 2017
1 parent c0c0237 commit 024b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkglts/option/plugin_project/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ def require(purpose, cfg):
return [Dependency(name) for name in options]

if purpose == 'install':
return [Dependency('pkglts')]
return [Dependency('pkglts', pkg_mng='pip')]

return []

0 comments on commit 024b016

Please sign in to comment.