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:
Charlie Li 2024-01-31 21:41:31 -05:00
parent 35f1f084f4
commit 7a11a9f228
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
1 changed files with 1 additions and 1 deletions

View File

@ -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