diff --git a/pypi_formula_mappings.json b/pypi_formula_mappings.json new file mode 100644 index 00000000000..e041c2a9920 --- /dev/null +++ b/pypi_formula_mappings.json @@ -0,0 +1,18 @@ +{ + "ansible": false, + "ansible@2.8": false, + "cloudformation-cli": { + "extra_packages": ["cloudformation-cli-go-plugin", "cloudformation-cli-java-plugin"] + }, + "diffoscope": "diffoscope[cmdline]", + "ipython": { + "extra_packages": ["ipykernel"] + }, + "molecule": false, + "salt": { + "extra_packages": ["M2Crypto", "pygit2"] + }, + "xdot": { + "extra_packages": ["graphviz"] + } +}