From 1050b19918be4f099941791c867be5d94f44a972 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 19 Mar 2015 13:46:41 +0000 Subject: Add swift to devel system This is needed to build swift data structures at deploy time Change-Id: I54ea8c1d75195ad33046ff48397458fe5c1d1e79 --- strata/swift/xattr.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 strata/swift/xattr.morph (limited to 'strata/swift') diff --git a/strata/swift/xattr.morph b/strata/swift/xattr.morph new file mode 100644 index 00000000..65f47dae --- /dev/null +++ b/strata/swift/xattr.morph @@ -0,0 +1,8 @@ +name: xattr +kind: chunk +configure-commands: +- cp -r /usr/lib/python2.7/site-packages/cffi . +build-commands: +- python setup.py build +install-commands: +- python setup.py install --prefix "$PREFIX" --root "$DESTDIR" -- cgit v1.2.1