From e4fb5d0fbd07a96163e4b7c9b35e287b8465df20 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 26 Feb 2015 10:32:17 +0000 Subject: Add python-core to ansible stratum markupsafe needs setuptools to compile and it got moved to python-core, so ansible build-depends on python-core. --- strata/ansible.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/ansible.morph b/strata/ansible.morph index e0cb8581..29ea73e6 100644 --- a/strata/ansible.morph +++ b/strata/ansible.morph @@ -3,6 +3,7 @@ kind: stratum description: A stratum with ansible and its dependencies build-depends: - morph: strata/core.morph +- morph: strata/python-core.morph chunks: - name: paramiko repo: upstream:paramiko -- cgit v1.2.1 From d9608c059f5880bd38bbc61164b6d185ee9d3380 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Feb 2015 14:09:45 +0000 Subject: Python-core is needed in databases to build python-memcached --- strata/databases.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/databases.morph b/strata/databases.morph index 4b06edf3..9171925c 100644 --- a/strata/databases.morph +++ b/strata/databases.morph @@ -4,6 +4,7 @@ description: some popular databases and some utils related to databases build-depends: - morph: strata/tools.morph - morph: strata/nfs.morph +- morph: strata/python-core.morph chunks: - name: postgresql repo: upstream:postgresql -- cgit v1.2.1 From 3db098545570f9a3c26f378457566b44c18a565e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Feb 2015 14:33:14 +0000 Subject: Python-core needed in apache-httpd for mod_wsgi-metrics --- strata/apache-httpd-server.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/apache-httpd-server.morph b/strata/apache-httpd-server.morph index 1692c61c..065ec155 100644 --- a/strata/apache-httpd-server.morph +++ b/strata/apache-httpd-server.morph @@ -4,6 +4,7 @@ description: apache http web server and some utilities related to it build-depends: - morph: strata/tools.morph - morph: strata/pcre-utils.morph +- morph: strata/python-core.morph chunks: - name: apr morph: strata/apache-httpd-server/apr.morph -- cgit v1.2.1 From 2cd6084b0a24be5ab62a892bf4dfc5efd1b1db1e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Feb 2015 14:53:49 +0000 Subject: xstatic needs python-core --- strata/xstatic.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/xstatic.morph b/strata/xstatic.morph index d3a4228f..7b40ee60 100644 --- a/strata/xstatic.morph +++ b/strata/xstatic.morph @@ -10,6 +10,7 @@ description: | but it is required right now for the Openstack system to work. build-depends: - morph: strata/foundation.morph +- morph: strata/python-core.morph chunks: - name: xstatic repo: upstream:xstatic -- cgit v1.2.1