Bug#1003165: scikit-learn in unstable FTBFS on arm64, armel, armhf, i386, ppc64el and s390x
Paul Gevers
elbrus at debian.org
Sat Jan 22 14:01:05 GMT 2022
Source: scikit-learn
Followup-For: Bug #1003165
Hi,
I have uploaded the attached debdiff as NMU to DELAYED/2. Please let
me know if I should cancel the upload.
Paul
-------------- next part --------------
diff --git a/debian/changelog b/debian/changelog
index 7816bd5..2cf4db0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scikit-learn (1.0.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * To advance the python3.10 transition, disable the tests during build
+ for now (see: #1003165)
+
+ -- Paul Gevers <elbrus at debian.org> Fri, 21 Jan 2022 22:38:09 +0100
+
scikit-learn (1.0.1-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 3359be5..80fc485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
# See also: skimage
+export DEB_BUILD_OPTIONS += nocheck
+
include /usr/share/dpkg/architecture.mk
PY3VER ?= $(shell py3versions -vd)
More information about the debian-science-maintainers
mailing list