From b9fc12260265394bdbb40f4b9af87673a20599d9 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 18 Nov 2020 02:24:12 -0500 Subject: [PATCH] Migrate automatic python resource list to Homebrew/core --- pypi_formula_mappings.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pypi_formula_mappings.json 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"] + } +}