summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-19 01:02:00 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-20 11:42:28 +0000
commit5f951de61c9ed050381054dd71ea07da37b3f19a (patch)
tree4252298732031c83581a993e7a47a4f6774db119
parentc5cdc0b1557416e09b5392e2360cf2110925a3c5 (diff)
downloaddefinitions-baserock/jjardon/move_python_core.tar.gz
Move python-setuptools from core to python-corebaserock/jjardon/move_python_core
-rw-r--r--strata/core.morph7
-rw-r--r--strata/python-core.morph12
2 files changed, 10 insertions, 9 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 126bd6ed..37183baa 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -270,13 +270,6 @@ chunks:
build-depends:
- flex
- texinfo-tarball
-- name: python-setuptools
- morph: strata/core/python-setuptools.morph
- repo: upstream:python-setuptools-bitbucket
- ref: 0aa6a4de5931d02876428388678802db2371fd37
- unpetrify-ref: baserock/master
- build-depends:
- - cpython
- name: shadow
morph: strata/core/shadow.morph
repo: upstream:shadow
diff --git a/strata/python-core.morph b/strata/python-core.morph
index 6f61a0e8..2daf78b0 100644
--- a/strata/python-core.morph
+++ b/strata/python-core.morph
@@ -4,11 +4,18 @@ description: Core python packages
build-depends:
- morph: strata/core.morph
chunks:
+- name: python-setuptools
+ morph: strata/core/python-setuptools.morph
+ repo: upstream:python-setuptools-bitbucket
+ ref: 0aa6a4de5931d02876428388678802db2371fd37
+ unpetrify-ref: baserock/master
+ build-depends: []
- name: pip
repo: upstream:pip
ref: ea680f204fb0e48789710c22c8f597a9bf01bc16
unpetrify-ref: baserock/master
- build-depends: []
+ build-depends:
+ - python-setuptools
- name: pbr
repo: upstream:pbr
ref: aef4f7ef4faec987d553d1ca40b55951235af0b1
@@ -30,4 +37,5 @@ chunks:
repo: upstream:pyyaml
ref: d9fbcceaed39d955f6871b07c61dc42f824285c1
unpetrify-ref: baserock/morph
- build-depends: []
+ build-depends:
+ - python-setuptools