summaryrefslogtreecommitdiff
path: root/strata/buildstream-tools/ruamel.base.morph
blob: da833d886e7b9a73463f2fa7334a0b204f21451d (plain)
1
2
3
4
5
6
7
8
name: ruamel.base
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