diff options
Diffstat (limited to 'astro/py-astropy/files/patch-astropy_modeling_setup__package.py')
-rw-r--r-- | astro/py-astropy/files/patch-astropy_modeling_setup__package.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/astro/py-astropy/files/patch-astropy_modeling_setup__package.py b/astro/py-astropy/files/patch-astropy_modeling_setup__package.py deleted file mode 100644 index 98bdaa5f7dda..000000000000 --- a/astro/py-astropy/files/patch-astropy_modeling_setup__package.py +++ /dev/null @@ -1,12 +0,0 @@ ---- astropy/modeling/setup_package.py.orig 2016-03-10 22:20:43 UTC -+++ astropy/modeling/setup_package.py -@@ -123,8 +123,7 @@ def preprocess_source(): - - def get_package_data(): - return { -- 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr', -- '../../wcs/tests/maps/*.hdr'] -+ 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr' ] - } - - |