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.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/use_system_astropy_helpers.patch b/use_system_astropy_helpers.patch
index 45e27372e3a8..5885b92aa88a 100644
--- a/use_system_astropy_helpers.patch
+++ b/use_system_astropy_helpers.patch
@@ -1,11 +1,11 @@
---- a/astropy_helpers/commands/build_sphinx.py 2018-12-05 10:10:37.000000000 +0800
-+++ b/astropy_helpers/commands/build_sphinx.py 2018-12-05 15:15:31.598247890 +0800
-@@ -162,7 +162,7 @@
+--- a/astropy_helpers/commands/build_sphinx.py 2019-10-27 07:50:58.000000000 +0800
++++ b/astropy_helpers/commands/build_sphinx.py 2019-11-19 13:15:32.433597270 +0800
+@@ -143,7 +143,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.7/site-packages/astropy_helpers')
++ ah_importer = pkgutil.get_importer('/usr/lib/python3.8/site-packages/astropy_helpers')
if ah_importer is None:
ah_path = '.'
else: