Install receptor and ansible-runner from devel

Signed-off-by: Christian M. Adams <rooftopcellist@gmail.com>
This commit is contained in:
Christian M. Adams
2021-08-11 10:30:36 -04:00
parent ec729a3f15
commit 56fd5c435d
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