From bd394962ee1eceac0b4e07e4015484015f93a061 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Sep 2025 13:46:23 +0100 Subject: [PATCH] gnu: python-rpy2: Delete sanity-check. * gnu/packages/statistics.scm (python-rpy2) [arguments] : Delete 'sanity-check. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-coverage, python-ipython, python-numpy, python-pandas, python-pytest-cov, and python-wheel. Change-Id: Iac85261a8236d5b9746671a373da7fd6824c1a70 --- gnu/packages/statistics.scm | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 038fafcc3258df57d416c8024e2213450515969d..688db0078382ff9a11db3f44f3f3ab33b3be7a23 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3010,9 +3010,16 @@ completion.") (base32 "10nmydlbmi0vyim7sx71isx3z2mnnfjmhf3248cicy9x1z1hizyv")))) (build-system pyproject-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + ;; XXX: ...trying to load module _rinterface_cffi_api: ERROR: + ;; + ;; See: . + (delete 'sanity-check)))) (propagated-inputs (list python-cffi - python-six python-jinja2 python-numpy python-pandas @@ -3033,14 +3040,8 @@ completion.") r-dbplyr zlib)) (native-inputs - (list python-coverage - python-ipython - python-numpy - python-pandas - python-pytest - python-pytest-cov - python-setuptools - python-wheel)) + (list python-pytest + python-setuptools)) (home-page "https://rpy2.github.io") (synopsis "Python interface to the R language") (description "rpy2 is a redesign and rewrite of rpy. It is providing a