File: disable_helper.patch

package info (click to toggle)
python-astropy 1.3-8~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 44,292 kB
  • sloc: ansic: 160,360; python: 137,322; sh: 11,493; lex: 7,638; yacc: 4,956; xml: 1,796; makefile: 474; cpp: 364
file content (21 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Tue, 13 Dec 2016 09:41:39 +0100
Subject: Disable astropy-helpers copy

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index cc67de4..206e6f8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,7 @@ open_files_ignore = "astropy.log" "/etc/hosts"
 bitmap = static/wininst_background.bmp
 
 [ah_bootstrap]
-auto_use = True
+auto_use = False
 
 [pep8]
 # E101 - mix of tabs and spaces