From 526b10c718e2815bc67c865b520b5fb9de54f1bc Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 4 Mar 2015 16:06:25 +0000 Subject: Update python-lxml and move it to python-core stratum This moves python-lxml to python-core to avoid duplication of chunks in strata when the openstack-services strata is merged into definition master. lxslt has been moved to core.morph because is a very common dependency and is a requirement for python-lxml. --- strata/python-core.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'strata/python-core.morph') diff --git a/strata/python-core.morph b/strata/python-core.morph index 342e8c68..481f11bf 100644 --- a/strata/python-core.morph +++ b/strata/python-core.morph @@ -36,3 +36,13 @@ chunks: unpetrify-ref: baserock/morph build-depends: - python-setuptools +- name: cython + repo: upstream:cython + ref: 4dd8e762fa51d01775506fbbc102c45dbcea065d + unpetrify-ref: 0.22 +- name: python-lxml + repo: upstream:python-lxml + ref: 14505bc62f5f1fc9fb0ff007955f3e67ab4562bb + unpetrify-ref: lxml-3.4.0 + build-depends: + - cython -- cgit v1.2.1