summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-09-23 02:18:58 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-09-23 13:39:51 +0000
commitc844667a718e8640d9ae2b7640a3b0dc0fb53b0e (patch)
treea8f539c2b3f9f5d3665312e270a00728596687bd /strata/core
parentc498dbd91fd9d0b69630c209d4bae5aff5603c10 (diff)
downloaddefinitions-c844667a718e8640d9ae2b7640a3b0dc0fb53b0e.tar.gz
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
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/python-setuptools.morph6
1 files changed, 0 insertions, 6 deletions
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"