summaryrefslogtreecommitdiff
path: root/pandeia-thirdparty/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-26 12:37:41 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-26 12:37:41 -0400
commit828b29c7dfee6762e0164dee5bcae86fc790b4a4 (patch)
tree53288e3ebd046f4e0bece7b51ca58adabe37812f /pandeia-thirdparty/build.sh
parentc2c49d7c60f99d8da9d105cddb94a90ccb662663 (diff)
downloadastroconda-dev-828b29c7dfee6762e0164dee5bcae86fc790b4a4.tar.gz
Move metapackages back into top-level
Diffstat (limited to 'pandeia-thirdparty/build.sh')
-rw-r--r--pandeia-thirdparty/build.sh6
1 files changed, 6 insertions, 0 deletions
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