From 73475c938301d78044e123ce778280aa635e1375 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 2 Dec 2025 21:16:56 +0100 Subject: [PATCH] expandvars, small change to trigger build on riscv64 (#13313) --- dev-python/expandvars/expandvars-0.12.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/expandvars/expandvars-0.12.0.recipe b/dev-python/expandvars/expandvars-0.12.0.recipe index 49e16f7bb..25a89ce19 100644 --- a/dev-python/expandvars/expandvars-0.12.0.recipe +++ b/dev-python/expandvars/expandvars-0.12.0.recipe @@ -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 \