From ed6b4d55668f56ea8d75b915b3cd3fb246071251 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Oct 12 2021 18:48:52 +0000 Subject: Drop F35 anyio version workaround --- diff --git a/python-fastapi.spec b/python-fastapi.spec index 56b5158..a499833 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -315,8 +315,7 @@ sed -r -i 's/("(httpx\b)[^<"]*),[[:blank:]]*<[^"]*/\1/' pyproject.toml # versions. This could have unwanted consequences, but such is the nature of # packaging. # • ujson: https://bugzilla.redhat.com/show_bug.cgi?id=1862763 -# • anyio: F35 has 3.2.0 instead of 3.2.1+ -sed -r -i 's/("(ujson%{?fc35:|anyio\b}))\b[^"]*/\1/' pyproject.toml +sed -r -i 's/("(ujson))\b[^"]*/\1/' pyproject.toml # Remove bundled js-termynal 0.0.1; since we are not building documentation, we # do this very bluntly: