mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
security/archlinux-keyring: limit to Python 3.10 and later
libkeyringctl/trust.py includes Structural Pattern Matching (PEP-636) introduced in Python 3.10. https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/merge_requests/267
This commit is contained in:
parent
35f1f084f4
commit
7a11a9f228
@ -18,7 +18,7 @@ BUILD_DEPENDS= sq:security/sequoia-sq \
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
pacman-key:sysutils/pacman@archlinux
|
||||
|
||||
USES= gmake pkgconfig python shebangfix trigger
|
||||
USES= gmake pkgconfig python:3.10+ shebangfix trigger
|
||||
SHEBANG_FILES= keyringctl wkd_sync
|
||||
BINARY_ALIAS= install=ginstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user