From 186337063c495a2cd6f0471f5d78159239a0437f Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Tue, 10 Jan 2023 21:49:33 +0800 Subject: [PATCH] Fix orjson (again) --- anda/python/orjson/python3-orjson.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anda/python/orjson/python3-orjson.spec b/anda/python/orjson/python3-orjson.spec index 388a921bf0..768a9c768d 100644 --- a/anda/python/orjson/python3-orjson.spec +++ b/anda/python/orjson/python3-orjson.spec @@ -9,6 +9,8 @@ URL: https://github.com/ijl/orjson Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildRequires: python3-installer python3.11 python3-pip maturin cargo Requires: libc +%{?python_provide:%python_provide python3-orjson} +Provides: python3.11dist(orjson) = %{version} %description orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library