Add missing linkify dependency (#4208)

* Add missing linkify dependency

* Update PKGBUILD
This commit is contained in:
Daniel Girtler 2026-02-26 08:45:28 +11:00 committed by GitHub
parent 4f87ccba28
commit 683996c44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ depends=(
'python-pydantic'
'python-pyparted'
'python-textual'
'python-markdown-it-py'
'python-linkify-it-py'
'systemd'
'util-linux'
'xfsprogs'

View File

@ -22,6 +22,7 @@ dependencies = [
"pydantic==2.12.5",
"cryptography>=45.0.7",
"textual>=5.3.0",
"markdown-it-py[linkify]>=4.0.0",
]
[project.urls]