From 03577692cc476c98210dcb548b089b1744fb7d78 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 29 Sep 2024 12:17:49 +0200 Subject: [PATCH] Fix typing-extensions mapping Before, Grayskull recommended the `typing-extensions` conda-forge package which is a wrapper for the `typing_extensions` conda-forge package. We should go directly to the `typing_extensions` package. --- grayskull/strategy/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grayskull/strategy/config.yaml b/grayskull/strategy/config.yaml index 640487ac2..ab1c8aed0 100644 --- a/grayskull/strategy/config.yaml +++ b/grayskull/strategy/config.yaml @@ -516,6 +516,11 @@ trino: conda_forge: trino-python-client import_name: trino +typing-extensions: + conda_forge: typing_extensions + import_name: typing_extensions + avoid_selector: true + typing: conda_forge: typing import_name: typing