Skip to content

Commit

Permalink
Drop menuinst requirement; jsonschema is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 14, 2024
1 parent 531fea7 commit 54eb1d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies = [
"jinja2",
"jsonschema >=4.19",
"libarchive-c",
"menuinst >=2",
"packaging",
"pkginfo",
"psutil",
Expand Down
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ requirements:
- jinja2
- jsonschema >=4.19
- m2-patch >=2.6 # [win]
- menuinst >=2
- packaging
- patch >=2.6 # [not win]
- patchelf # [linux]
Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ filelock
frozendict >=2.4.2
jinja2
jsonschema >=4.19
menuinst >=2
packaging
pkginfo
psutil
Expand Down

0 comments on commit 54eb1d0

Please sign in to comment.