summaryrefslogtreecommitdiff
path: root/net/py-zsi-devel/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-zsi-devel/pkg-req')
-rw-r--r--net/py-zsi-devel/pkg-req17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/py-zsi-devel/pkg-req b/net/py-zsi-devel/pkg-req
deleted file mode 100644
index 082883370094..000000000000
--- a/net/py-zsi-devel/pkg-req
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-PATH=$PATH:/usr/local/bin
-
-if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
- PYTHON_GT=`python -c 'import string, sys; \
- print string.split(sys.version)[0] >= "2.0"'`
- if [ "x${PYTHON_GT}" = "x1" ]; then
- exit 0
- else
- echo "-----------------------------------------------------------"
- echo "ZSI requires Python version 2.0 or greater -"
- echo " please update your Python installation before proceeding."
- echo "-----------------------------------------------------------"
- exit 1
- fi
-fi