Created
October 14, 2024 08:38
-
-
Save ab5tract/8a491c02fa5626c834ab7c0e3654105f to your computer and use it in GitHub Desktop.
This is the kind of thing that makes parsing META6.json hard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"depends" : { | |
"build": { | |
"requires": [ | |
"Distribution::Builder::MakeFromJSON", | |
{ | |
"from" : "bin", | |
"name" : { | |
"by-distro.name" : { | |
"macosx" : "python2.7-config", | |
"debian" : "python2.7-config", | |
"" : "python2-config" | |
} | |
} | |
} | |
] | |
}, | |
"runtime": { | |
"requires": [ | |
"python2.7:from<native>" | |
] | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment