From 02da077088432193bb22a5f14e43c5690886ea67 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 17 Oct 2016 19:23:31 -0400 Subject: Update pandeia-thirdparty --- pandeia-thirdparty/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pandeia-thirdparty/build.sh (limited to 'pandeia-thirdparty/build.sh') diff --git a/pandeia-thirdparty/build.sh b/pandeia-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/pandeia-thirdparty/build.sh @@ -0,0 +1,6 @@ + +if [[ $PY3K != 0 ]]; then +echo "Pandeia does not support Python 3k, sorry." +exit 255 +fi +echo "meta-package" \ No newline at end of file -- cgit