summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-30 17:34:10 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-30 17:34:10 +0100
commit9e85c9b49ec09b3dd6283fd82ef444764a483651 (patch)
treef078b7302430179eef12620ff3595115c82ad5f2
parent0b6b4dd097c2553f42fc7add997cd639b1f52b2e (diff)
downloadlorry-9e85c9b49ec09b3dd6283fd82ef444764a483651.tar.gz
Fix morphology to use python-distutils build system
-rw-r--r--lorry.morph6
1 files changed, 1 insertions, 5 deletions
diff --git a/lorry.morph b/lorry.morph
index ea76543..c46e459 100644
--- a/lorry.morph
+++ b/lorry.morph
@@ -1,9 +1,5 @@
{
"name": "lorry",
"kind": "chunk",
- "build-commands": [
- "bzr whoami 'Lorry test suite <baserock-dev@baserock.org>'",
- "echo disabled because cvs does not like root: python setup.py check",
- "python setup.py build"
- ]
+ "build-system": "python-distutils"
}