From a89334f08657bbead8131d81750d55eea99b7a0e Mon Sep 17 00:00:00 2001 From: Volker Braun Date: Sun, 6 Oct 2024 00:43:24 +0200 Subject: [PATCH] rpy2 (standard) cannot depend on r (optional) "make download-for-sdist" tries to download all standard sources and fails if we depend on a dummy package. Presumably fine since the r dummy package should only used at configure time. --- build/pkgs/rpy2/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/rpy2/dependencies b/build/pkgs/rpy2/dependencies index b88615716d4..60e624cf7ff 100644 --- a/build/pkgs/rpy2/dependencies +++ b/build/pkgs/rpy2/dependencies @@ -1,4 +1,4 @@ - r cffi tzlocal pytz jinja2 | $(PYTHON_TOOLCHAIN) pycparser $(PYTHON) + cffi tzlocal pytz jinja2 | $(PYTHON_TOOLCHAIN) pycparser $(PYTHON) ---------- All lines of this file are ignored except the first.