summaryrefslogtreecommitdiff
path: root/strata/openstack-common.morph
blob: 7da88fb3ddc6dce705a690e1d82bfc6016a53464 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
name: openstack-common
kind: stratum
description: |
             Stratum with the python packages needed to compile openstack
             clients and services.
build-depends:
- morph: strata/foundation.morph
chunks:
- name: pip
  repo: upstream:pip
  ref: 81f21f2261d422d243f66b2dfeef0faae72ab119
  unpetrify-ref: 1.5.6
  build-depends: []
- name: pbr
  repo: upstream:pbr
  ref: ee94082d4884dafea419c321bec40aa22244d07f
  unpetrify-ref: 0.10.0
  build-depends:
  - pip
- name: pycparser
  repo: upstream:python-packages/pycparser
  ref: c926670643ebb5f88a2bf56579fc9934c82be6d2
  unpetrify-ref: master
  build-depends: []
- name: cffi
  repo: upstream:python-packages/cffi
  ref: fc53b53095d61a1ec5814c09c3bf2c7e18627fb5
  unpretrify-ref: master
  build-depends:
  - pycparser
- name: pytz
# TODO: Rebase baserock/morph with the latest stable
#       tag.
  morph: strata/openstack-clients/pytz.morph
  repo: upstream:pytz
  ref: 384207f01fd5b8bf1eb20cb64c17679084731944
  unpetrify-ref: baserock/morph
  build-depends: []
- name: python-requests
  repo: upstream:python-requests
  ref: 46d646064ca0836a7d7b4d50ea2c762d12ff8ce1
  unpetrify-ref: v2.4.3
  build-depends: []
- name: babel
  repo: upstream:babel
  ref: 246996b0ee51e49ebcd504e234d3bcdcb178996c
  unpetrify-ref: master
  build-depends:
  - pytz
- name: six
  repo: upstream:six
  ref: 43c2db60d6aab5e3cf397d5126ba04cf60c24435
  unpetrify-ref: 1.8.0
  build-depends: []
- name: cryptography
  morph: strata/openstack-services/cryptography.morph
  repo: upstream:python-packages/cryptography
  ref: 3406be8667d35ed55ef8dc64822e9009d0386696
  unpetrify-ref: 0.6.1
  build-depends:
  - cffi
  - six
- name: pyiso8601
  repo: upstream:pyiso8601
  ref: 9eb87a9bab114e9cc9a8d3dceb04362644d89cab
  unpetrify-ref: 0.1.10
  build-depends: []
- name: netaddr
  repo: upstream:netaddr
  ref: bbb31ed50a5338a7d1c0011fc4429d09954f9f0b
  unpetrify-ref: release-0.7.12
  build-depends: []
- name: argparse
  repo: upstream:argparse
  ref: 3c7e856bdba0dc993f21b8440ccbfac6ec292a8c
  unpetrify-ref: r12
  build-depends: []
- name: stevedore
  ref: 860bd8f8ecba38fdfda5b41a3a1dbe854d6528e2
  unpetrify-ref: 1.0.0.0a2
  repo: upstream:openstack/stevedore
  build-depends:
  - pbr
  - argparse
  - six
- name: oslo-config
  repo: upstream:openstack/oslo-config
  ref: 059579ac2189b94bc9e9555b2e9acfb31a83ef53
  unpetrify-ref: 1.4.0.0a5
  build-depends:
  - argparse
  - netaddr
  - six
  - stevedore
- name: pyopenssl
  repo: upstream:python-packages/pyopenssl
  ref: 0146d447e63a737b4f05a1164d5950eff68543e7
  unpetrify-ref: 0.14
  build-depends: []
- name: oslo-i18n
  repo: upstream:openstack/oslo-i18n
  ref: 040f1d6afa733527385d2309e485bf37e9843b0e
  unpetrify-ref: 0.4.0
  build-depends:
  - pbr
  - babel
  - six
- name: oslo-utils
  repo: upstream:openstack/oslo-utils
  ref: 6a123fce93895e92004ce9d5bd8dee3c3642cf41
  unpetrify-ref: 0.3.0
  build-depends:
  - babel
  - six
  - pyiso8601
  - oslo-i18n
- name: futures
  repo: upstream:python-packages/futures
  ref: 4f7ceedb8a7742e52b0436a4160c7c44665a2597
  unpetrify-ref: 2.2.0
  build-depends: []
- name: oslo-serialization
  repo: upstream:openstack/oslo-serialization.git
  ref: 80fec894a54253d9b4c80dd8a563957966ca0b88
  unpetrify-ref: 0.3.0
  build-depends:
  - pbr
- name: jsonschema
  repo: upstream:jsonschema
  ref: 35b60f390098d3306c03eee27ceec8cf8a493579
  unpetrify-ref: v2.3.0
  build-depends: []
- name: simplejson
  repo: upstream:simplejson
  ref: 54d5ff15d508c51366986cc4f77f2f287f036582
  unpetrify-ref: v3.6.4
  build-depends: []