mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-12-27 06:21:06 +01:00
build: sync with upstream 2024-12-25 https://github.com/void-linux/void-packages/commit/4e1e5531
This commit is contained in:
parent
acc7d1556a
commit
62b617e34e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def match_markers(req: "Requirement", extras: set[str]) -> bool:
|
|||
|
||||
# check the requirement for each extra we want and without any extras
|
||||
if extras:
|
||||
return req.marker.evaluate() and any(req.marker.evaluate({"extra": e}) for e in extras)
|
||||
return req.marker.evaluate() or any(req.marker.evaluate({"extra": e}) for e in extras)
|
||||
|
||||
return req.marker.evaluate()
|
||||
|
||||
|
|
Loading…
Reference in a new issue