From b6a3f2102b313d94e41876f8f4839e1afb6077fd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 19 Oct 2016 16:26:16 -0400 Subject: Initial commit of pyetc-thirdparty --- pyetc-thirdparty/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyetc-thirdparty/build.sh (limited to 'pyetc-thirdparty/build.sh') diff --git a/pyetc-thirdparty/build.sh b/pyetc-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/pyetc-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