expandvars, small change to trigger build on riscv64 (#13313)

This commit is contained in:
Schrijvers Luc
2025-12-02 21:16:56 +01:00
committed by GitHub
parent 646b6bebb4
commit 73475c9383

View File

@@ -1,5 +1,5 @@
SUMMARY="Expand system variables, Unix style"
DESCRIPTION="This module is inspired by GNU bash's variable expansion features. \
DESCRIPTION="This module is inspired by GNU bash's variable expansion features.
It can be used as an alternative to Python's os.path.expandvars function.
A good use case is reading config files with the flexibility of reading values from \