From ac46794714ca3f46a527a6a6178c3997b6de2a81 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 2 Dec 2025 21:30:10 +0100 Subject: [PATCH] pyasn1, small change to trigger build on riscv64 (#13315) --- dev-python/pyasn1/pyasn1-0.6.1.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pyasn1/pyasn1-0.6.1.recipe b/dev-python/pyasn1/pyasn1-0.6.1.recipe index 88b6d6f54..129c18e1f 100644 --- a/dev-python/pyasn1/pyasn1-0.6.1.recipe +++ b/dev-python/pyasn1/pyasn1-0.6.1.recipe @@ -1,6 +1,5 @@ SUMMARY="Pure-Python implementation of ASN.1 types and codecs" -DESCRIPTION="Pure-Python implementation of ASN.1 types and DER/BER/CER codecs \ -(X.208)" +DESCRIPTION="Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)." HOMEPAGE="http://snmplabs.com/pyasn1/ https://github.com/etingof/pyasn1 https://pypi.org/project/pyasn1"