multidict, small change to trigger build for riscv64 (#13312)

This commit is contained in:
Schrijvers Luc
2025-12-02 21:05:34 +01:00
committed by GitHub
parent 0b01d4f273
commit 646b6bebb4

View File

@@ -1,6 +1,6 @@
SUMMARY="Asyncio-based multidict implementation for Python"
DESCRIPTION="Multidict is dict-like collection of *key-value pairs* where key \
might be occurred more than once in the container."
DESCRIPTION="Multidict is dict-like collection of *key-value pairs* where \
key might be occurred more than once in the container."
HOMEPAGE="https://pypi.python.org/pypi/multidict"
COPYRIGHT="2016-2017 Andrew Svetlov"
LICENSE="MIT"