summaryrefslogtreecommitdiff
path: root/strata/baserock-import.morph
blob: 74fc936386eda92fda77100e40902d0277680a91 (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: baserock-import
kind: stratum
description: Tools for importing software into Baserock definitions.
build-depends:
- morph: strata/python-common.morph
- morph: strata/morph-utils.morph
chunks:
- name: ansicolor
  repo: upstream:python-packages/ansicolor
  ref: 9d3adbaff35bb6cde1d63414a8cc72f572c4d0ef
  unpetrify-ref: 0.2.4
  build-system: python-distutils
- name: requests-cache
  repo: upstream:python-packages/requests-cache
  ref: a1b5e65ccd715f1e8434f18f27913715340d6aaf
  unpetrify-ref: 0.4.6
  build-system: python-distutils
- name: baserock-import
  repo: baserock:baserock/import
  ref: f74e7e428325be1cb018898a52d0aed4aec7a549
  unpetrify-ref: master
  build-system: python-distutils
  build-depends:
  - ansicolor