From 54eb1d055fcd80690d69b7c3ee8cb78ea178c8f3 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Sat, 14 Dec 2024 16:55:50 +0100 Subject: [PATCH] Drop menuinst requirement; jsonschema is enough --- pyproject.toml | 1 - recipe/meta.yaml | 1 - tests/requirements.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6235850b4..9c43201de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ dependencies = [ "jinja2", "jsonschema >=4.19", "libarchive-c", - "menuinst >=2", "packaging", "pkginfo", "psutil", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 7bb7c812bc..6fa3325c6f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -39,7 +39,6 @@ requirements: - jinja2 - jsonschema >=4.19 - m2-patch >=2.6 # [win] - - menuinst >=2 - packaging - patch >=2.6 # [not win] - patchelf # [linux] diff --git a/tests/requirements.txt b/tests/requirements.txt index aad6b706e8..30d1661923 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,6 @@ filelock frozendict >=2.4.2 jinja2 jsonschema >=4.19 -menuinst >=2 packaging pkginfo psutil