Merge pull request #10858 from rooftopcellist/devel-receptor-runner

Install receptor and ansible-runner from devel branch
This commit is contained in:
Shane McDonald
2021-08-11 16:43:13 -04:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -60,6 +60,8 @@ def test_python_and_js_licenses():
(name, version) = reqt.link.filename.split('@', 1)
if name.endswith('.git'):
name = name[:-4]
if name == 'receptor':
name = 'receptorctl'
ret[name] = {'name': name, 'version': version}
return ret