Skip to content

Commit 3aa8016

Browse files
committed
Added gs 9.27 + pstoedit 3.74 incompatibility to requirements_check
See issue textext#126
1 parent 8d96f5d commit 3aa8016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extension/textext/requirements_check.py

+2
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,8 @@ def help_message_with_url(section_name, executable_name=None):
729729
(Requirement(self.find_pstoedit, "3.70") &
730730
Requirement(self.find_ghostscript, "9.22")) |
731731
(Requirement(self.find_pstoedit, "3.73") &
732+
Requirement(self.find_ghostscript, "9.27")) |
733+
(Requirement(self.find_pstoedit, "3.74") &
732734
Requirement(self.find_ghostscript, "9.27"))
733735
).overwrite_check_message("Detect incompatible versions of pstoedit+ghostscript")
734736
& (

0 commit comments

Comments
 (0)