mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:09:47 +00:00
trivial: Check for python3-markdown >= 3.3.3 for gi-docgen
The dep can be decreased - this matches what is in Debian
This commit is contained in:
parent
30c5e0e918
commit
bc9920ac54
@ -7,8 +7,8 @@ import markdown
|
||||
from distutils.version import LooseVersion
|
||||
|
||||
# https://github.com/fwupd/fwupd/pull/3337#issuecomment-858947695
|
||||
if LooseVersion(markdown.version) < LooseVersion("3.3.4"):
|
||||
print("python3-markdown version 3.3.4 required for gi-docgen")
|
||||
if LooseVersion(markdown.version) < LooseVersion("3.3.3"):
|
||||
print("python3-markdown version 3.3.3 required for gi-docgen")
|
||||
sys.exit(1)
|
||||
|
||||
# success
|
||||
|
Loading…
Reference in New Issue
Block a user