feat: add package Mako-py

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-08-16 10:43:10 +08:00
parent c1e3a8dc05
commit 02dede7823
2 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def _depcommon(s: str):
if ")" in s:
return s.replace(")", f", +python{PY3_VERSION})")
else:
return s.replace(".py", f" (+python{PY3_VERSION})")
return s.replace(".py", f".py (+python{PY3_VERSION})")
else:
return None