From 9e85c9b49ec09b3dd6283fd82ef444764a483651 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 30 Aug 2012 17:34:10 +0100 Subject: Fix morphology to use python-distutils build system --- lorry.morph | 6 +----- 1 file changed, 1 insertion(+), 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 '", - "echo disabled because cvs does not like root: python setup.py check", - "python setup.py build" - ] + "build-system": "python-distutils" } -- cgit v1.2.1