summaryrefslogtreecommitdiff
path: root/core.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-29 10:03:57 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-29 10:03:57 +0000
commitdd8a2c20df008af1a686ddefd0d079fa341dcf33 (patch)
tree0815959dfa20438d5e66f31a41a11097e400be82 /core.morph
parent9011451e2335f0fb153ef73ee7ab3e7e0d464904 (diff)
downloaddefinitions-dd8a2c20df008af1a686ddefd0d079fa341dcf33.tar.gz
core: Morph now build-depends on Git
Commit 2024583a303ef1a79709b7ecc9fc2dce22e8ce98 added code to make Morph aware of its version (using 'git describe' output). This means that the build now requires Git to be present.
Diffstat (limited to 'core.morph')
-rw-r--r--core.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.morph b/core.morph
index f375f5b3..4ebd6bcc 100644
--- a/core.morph
+++ b/core.morph
@@ -511,6 +511,7 @@
"build-depends": [
"cliapp",
"cmdtest",
+ "git",
"python-coverage-test-runner"
]
},