summarylogtreecommitdiffstats
path: root/use_system_astropy_helpers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'use_system_astropy_helpers.patch')
-rw-r--r--use_system_astropy_helpers.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/use_system_astropy_helpers.patch b/use_system_astropy_helpers.patch
deleted file mode 100644
index c1ff5a5e4ed2..000000000000
--- a/use_system_astropy_helpers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/astropy_helpers/commands/build_sphinx.py 2019-11-18 09:57:11.000000000 +0800
-+++ b/astropy_helpers/commands/build_sphinx.py 2020-12-05 10:25:49.420269236 +0800
-@@ -137,7 +137,7 @@
- build_cmd = self.get_finalized_command('build')
- build_cmd_path = os.path.abspath(build_cmd.build_lib)
-
-- ah_importer = pkgutil.get_importer('astropy_helpers')
-+ ah_importer = pkgutil.get_importer('/usr/lib/python3.9/site-packages/astropy_helpers')
- if ah_importer is None:
- ah_path = '.'
- else: