summarylogtreecommitdiffstats
path: root/use_system_astropy_helpers.patch
diff options
context:
space:
mode:
authorUniversebenzene2020-12-05 21:26:10 +0800
committerUniversebenzene2020-12-05 21:26:10 +0800
commit778a9f3c9ae392c7551638b51d65110d391eef75 (patch)
treeb1cf5b91783a00d02d31d946d76f34b9f665a8be /use_system_astropy_helpers.patch
parent783a4300f5c49acf0024f285dbec682f5f7079fd (diff)
downloadaur-python-astropy-helpers31.tar.gz
Update from py3.9
Diffstat (limited to 'use_system_astropy_helpers.patch')
-rw-r--r--use_system_astropy_helpers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/use_system_astropy_helpers.patch b/use_system_astropy_helpers.patch
index b5e4dbb5001d..ba2465a3bc1d 100644
--- a/use_system_astropy_helpers.patch
+++ b/use_system_astropy_helpers.patch
@@ -5,7 +5,7 @@
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.8/site-packages/astropy_helpers')
++ ah_importer = pkgutil.get_importer('/usr/lib/python3.9/site-packages/astropy_helpers')
if ah_importer is None:
ah_path = '.'
else: