File: no_auto_use_astropy_helpers.patch

package info (click to toggle)
astroquery 0.3.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,220 kB
  • sloc: xml: 113,675; python: 31,588; makefile: 137; ansic: 88; sh: 46
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Vincent Prat <vinceprat@free.fr>
Description: Disables the auto_use option of astropy_helpers
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,7 @@
 remote_data_strict = true
 
 [ah_bootstrap]
-auto_use = True
+auto_use = False
 
 [metadata]
 package_name = astroquery