File: Remove-horizons.py-from-Python-package.patch

package info (click to toggle)
astrometry.net 0.98%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,428 kB
  • sloc: ansic: 165,791; python: 18,438; makefile: 1,560; sh: 157; cpp: 78; pascal: 67; awk: 56; perl: 9
file content (23 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Ole Streicher <olebole@debian.org>
Date: Tue, 19 Nov 2024 09:08:06 +0100
Subject: Remove horizons.py from Python package

This file is not Python 3.13 compliant because telnetlib was removed.
Closes: #1084555
---
 util/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/Makefile b/util/Makefile
index fae8f64..a50f2aa 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -189,7 +189,7 @@ PYTHON_INSTALL := image2pnm.py addpath.py \
 	uniformize.py \
 	usnob_catalog.py usnob_get_image.py usnob_get_region.py \
 	find_data_file.py plotshift.py plotutils.py miscutils.py multiproc.py \
-	ttime.py resample.py EXIF.py horizons.py \
+	ttime.py resample.py EXIF.py \
 	imageutils.py siap.py stages.py timingpool.py
 
 # celestial_mechanics.py (needs license)