diff options
Diffstat (limited to 'astro/pyephem/files/patch-setup.py')
-rw-r--r-- | astro/pyephem/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/pyephem/files/patch-setup.py b/astro/pyephem/files/patch-setup.py new file mode 100644 index 000000000000..0e2179073326 --- /dev/null +++ b/astro/pyephem/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2008-07-04 17:26:06.000000000 -0400 ++++ setup.py 2008-07-04 17:26:18.000000000 -0400 +@@ -1,7 +1,4 @@ +-try: +- from setuptools import setup, Extension +-except: +- from distutils.core import setup, Extension ++from distutils.core import setup, Extension + + import os + from glob import glob |