| |
---|
| | # Things that have to be built during the bootstrap phase with system tools |
---|
| | BOOTSTRAP = gcc make nload |
---|
| | |
---|
| | # Languages to install after bootstrap but before other packages |
---|
| | LANGS = go perl python |
---|
| | LANGS = go perl python python3 |
---|
| | |
---|
| | # Stuff we want pip to install |
---|
| | PIPMODULES = ansible pew pythonz-bd |
---|
| | |
---|
| |
---|
| | |