summaryrefslogtreecommitdiff
path: root/strata/buildstream-tools/ruamel.std.argparse.morph
blob: d394a7ef6d02d6fa6987e21b9259bf4cdf1ed265 (plain)
1
2
3
4
5
6
7
8
name: ruamel.std.argparse
kind: chunk
build-system: python3-distutils

install-commands:
# The setup.py is customised to helpfully tells us to use `pip install`
# unless we disable that check with a magical extra commandline flag.
- python3 ./setup.py install --prefix "$PREFIX" --root "$DESTDIR" --single-version-externally-managed