summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2011-12-20 10:37:50 +0100
committerThomas Orgis2011-12-20 10:37:50 +0100
commit88aa8e5ccd83645355d38d1ab4fa724520170fb3 (patch)
tree74ae7a20f60b8af9f26129862dde3701344f5f9c
parent355eb5ba411078d41555c9a168375f5f9b624a7b (diff)
serd: forgot DEPENDS with python for waf build
-rwxr-xr-xlibs/serd/DEPENDS1
-rw-r--r--libs/serd/HISTORY2
2 files changed, 2 insertions, 1 deletions
diff --git a/libs/serd/DEPENDS b/libs/serd/DEPENDS
new file mode 100755
index 0000000000..a86d429d69
--- /dev/null
+++ b/libs/serd/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/libs/serd/HISTORY b/libs/serd/HISTORY
index f6b7da8482..237a1de325 100644
--- a/libs/serd/HISTORY
+++ b/libs/serd/HISTORY
@@ -1,3 +1,3 @@
2011-12-20 Thomas Orgis <sobukus@sourcemage.org>
- * DETAILS, BUILD, INSTALL: spell created
+ * DETAILS, BUILD, INSTALL, DEPENDS: spell created