From 36477d9b6283009722b15d520e27b7d2a37ab9a3 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 2 Dec 2025 21:20:57 +0100 Subject: [PATCH] yarl, small change to trigger build on riscv64 (#13314) --- dev-python/yarl/yarl-1.9.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yarl/yarl-1.9.4.recipe b/dev-python/yarl/yarl-1.9.4.recipe index 22b031068..2bae6deec 100644 --- a/dev-python/yarl/yarl-1.9.4.recipe +++ b/dev-python/yarl/yarl-1.9.4.recipe @@ -1,5 +1,5 @@ SUMMARY="Yet another URL library" -DESCRIPTION="The module provides handy URL class for URL parsing and changing." +DESCRIPTION="yarl, the module that provides a handy URL class for URL parsing and changing." HOMEPAGE="https://pypi.python.org/pypi/yarl" COPYRIGHT="2016-2021 Andrew Svetlov and aio-libs team" LICENSE="Apache v2"