From c844667a718e8640d9ae2b7640a3b0dc0fb53b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 23 Sep 2015 02:18:58 +0100 Subject: Remove python-setuptools.morph This chunk .morph file is actually unnecessary, those are the default build commands for the 'python-distutils' build system anyway. Change-Id: I51e73d408b9dc2b4fda9318753aa29b4ddf25ae7 --- strata/core/python-setuptools.morph | 6 ------ strata/python-core.morph | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 strata/core/python-setuptools.morph diff --git a/strata/core/python-setuptools.morph b/strata/core/python-setuptools.morph deleted file mode 100644 index fa436c60..00000000 --- a/strata/core/python-setuptools.morph +++ /dev/null @@ -1,6 +0,0 @@ -name: python-setuptools -kind: chunk -build-commands: -- python setup.py build -install-commands: -- python setup.py install --prefix=/usr --root "$DESTDIR" diff --git a/strata/python-core.morph b/strata/python-core.morph index 630a8073..3cc4a174 100644 --- a/strata/python-core.morph +++ b/strata/python-core.morph @@ -5,10 +5,10 @@ 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-system: python-distutils - name: mako repo: upstream:python-packages/mako.git ref: 285bc818a50ccc0f9549630f7c4f4c250585c3e7 -- cgit v1.2.1