summaryrefslogtreecommitdiff
path: root/strata/swift.morph
blob: 22ca8a3a52300d134c3a6d4e32a2c507a239e165 (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
25
26
27
28
29
name: swift
kind: stratum
description: Distributed object storage
build-depends:
# openstack-common is required for simplejson, cffi, greenlet,
# eventlet, pastedeploy
- morph: strata/openstack-common.morph
chunks:
- name: dnspython
  repo: upstream:python-packages/dnspython
  ref: e1369c62d14f82b80ef11197a490ace5d43bb3f3
  unpetrify-ref: v1.12.0
- name: netifaces
  repo: upstream:python-packages/netifaces
  ref: 885b200ba717df87f6e8044ec8c66c677c949bcb
  unpetrify-ref: release_0_10_4
- 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
  - netifaces
  - xattr