summaryrefslogtreecommitdiff
path: root/strata/buildstream-tools/ruamel.base.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/buildstream-tools/ruamel.base.morph')
-rw-r--r--strata/buildstream-tools/ruamel.base.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/buildstream-tools/ruamel.base.morph b/strata/buildstream-tools/ruamel.base.morph
new file mode 100644
index 00000000..da833d88
--- /dev/null
+++ b/strata/buildstream-tools/ruamel.base.morph
@@ -0,0 +1,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