Control: tags -1 patch The following patch fixes the FTBFS.
Cheers Ole
>From 86111629ba3b99df2aacdc9dd4e777cc9ed9f76c Mon Sep 17 00:00:00 2001 From: Ole Streicher <o...@aip.de> Date: Tue, 14 Aug 2018 16:36:03 +0200 Subject: [PATCH] Rebuild C++ files from Cython sources This is required for Python 3.7 since the API changed a bit. Closes: #905615 --- debian/clean | 3 +++ debian/control | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/clean b/debian/clean index fdc9787..c418c17 100644 --- a/debian/clean +++ b/debian/clean @@ -1 +1,4 @@ matplotlibrc +healpy/src/_pixelfunc.cpp +healpy/src/_query_disc.cpp +healpy/src/_sphtools.cpp diff --git a/debian/control b/debian/control index 79076e7..4b38474 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Uploaders: Leo Singer <leo.sin...@ligo.org> Homepage: http://healpy.readthedocs.org Section: python Build-Depends: + cython, + cython3, python-setuptools (>= 0.6.14), python-all-dev (>= 2.7), python-matplotlib, -- 2.18.0