summaryrefslogtreecommitdiff
path: root/wsgiref/build.sh
diff options
context:
space:
mode:
authorJoseph Curtin <jcurtin@stsci.edu>2020-02-13 08:16:55 -0500
committerJoseph Curtin <jcurtin@stsci.edu>2020-02-13 08:16:55 -0500
commitad50f806468919963f600f6575fb4e1df481d2b0 (patch)
treeb2774b4e1918ada9ef8e714d32e05d90fa463111 /wsgiref/build.sh
parent7535e5da3f3d5be06bca357b94bfeb149ff565f2 (diff)
downloadastroconda-etc-ad50f806468919963f600f6575fb4e1df481d2b0.tar.gz
wsgiref was likly removed with the python3 upgrade
Diffstat (limited to 'wsgiref/build.sh')
-rw-r--r--wsgiref/build.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/wsgiref/build.sh b/wsgiref/build.sh
deleted file mode 100644
index 3f50b74..0000000
--- a/wsgiref/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-$PYTHON setup.py install
-
-# Add more build steps here, if they are necessary.
-
-# See
-# http://docs.continuum.io/conda/build.html
-# for a list of environment variables that are set during the build process.