Package: src:python-iow
Version: 1.0.6-2.1
Severity: important
Tags: sid trixie patch
User: debian-pyt...@lists.debian.org
Usertags: python3.12


cyarray picked up a runtime dependency on cython3-legacy with the last binNMUs, resulting in unresolvable build dependencies for depending packages. I nmu'd this package to resolve it quickly.

this is most likely an upstream issue, cython is not a runtime dependency, and also nose doesn't look like a runtime dependency, but should be even attributed with <!nocheck>.

I'm nmuing, to fix installability for other packages again, dropping the cython runtime dependency, but not the nose dependency yet.
diff -Nru python-iow-1.0.6/debian/changelog python-iow-1.0.6/debian/changelog
--- python-iow-1.0.6/debian/changelog	2023-02-01 13:48:52.000000000 +0100
+++ python-iow-1.0.6/debian/changelog	2023-12-10 15:35:02.000000000 +0100
@@ -1,3 +1,10 @@
+python-iow (1.0.6-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop the runtime dependency on cython3/cython3-legacy. Closes: #.
+
+ -- Matthias Klose <d...@debian.org>  Sun, 10 Dec 2023 15:35:02 +0100
+
 python-iow (1.0.6-2) unstable; urgency=medium
 
   * Versioned Build-Depends: python3-skbio (>= 0.5.8-3~)
diff -Nru python-iow-1.0.6/debian/patches/remove-rt-deps.diff python-iow-1.0.6/debian/patches/remove-rt-deps.diff
--- python-iow-1.0.6/debian/patches/remove-rt-deps.diff	1970-01-01 01:00:00.000000000 +0100
+++ python-iow-1.0.6/debian/patches/remove-rt-deps.diff	2023-12-10 15:34:58.000000000 +0100
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -121,7 +121,6 @@ setup(name='iow',
+       install_requires=[
+           'numpy >= 1.9.2',
+           'nose >= 1.3.7',
+-          'cython >= 0.24.1',
+           'pandas',
+           'click',
+           'scikit-bio >= 0.5.0, < 0.6.0'],
diff -Nru python-iow-1.0.6/debian/patches/series python-iow-1.0.6/debian/patches/series
--- python-iow-1.0.6/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ python-iow-1.0.6/debian/patches/series	2023-12-10 15:34:35.000000000 +0100
@@ -0,0 +1 @@
+remove-rt-deps.diff

Reply via email to