py-rpy2: add missing libiconv (#49355)
* add missing libiconv * use the virtual provider
This commit is contained in:
parent
ac078f262d
commit
950b4c5847
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user