summaryrefslogtreecommitdiff
path: root/strata/swift.morph
blob: 5295b6a5ebd5726ae19327369979f26f73ec1311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: swift
kind: stratum
description: Distributed object storage
build-depends:
# openstack-common is required for simplejson, cffi, greenlet,
# eventlet, pastedeploy, netifaces
- morph: strata/openstack-common.morph
chunks:
- name: dnspython
  repo: upstream:python-packages/dnspython
  ref: e1369c62d14f82b80ef11197a490ace5d43bb3f3
  unpetrify-ref: v1.12.0
- name: xattr
  morph: strata/swift/xattr.morph
  repo: upstream:python-packages/xattr
  ref: dd10d44e3eb9a1d2303c1f7d5126c099d56e97fc
  unpetrify-ref: v0.7.6
- name: swift
  repo: upstream:openstack/swift
  ref: 2e8261a4dc0d0af0c4a46478b81e167bcf02220b
  unpetrify-ref: 2.2.0
  build-depends:
  - dnspython
  - xattr