py-rpy2: add missing libiconv (#49355)

* add missing libiconv

* use the virtual provider
This commit is contained in:
Chris Marsh 2025-03-07 08:16:39 -06:00 committed by GitHub
parent ac078f262d
commit 950b4c5847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,8 @@ class PyRpy2(PythonPackage):
depends_on("py-backports-zoneinfo", type=("build", "run"), when="@3.5.17: ^python@:3.8")
depends_on("iconv", type=("link"))
# These are from 2019 and predate the pyproject.toml config that currently exists
with when("@3.0.0:3.0.4"):
# Doesn't support post-distutil removal until 3.5.13