From 5a598af68c35c4a47e22deb8fb8fa491ef933380 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 2 Feb 2023 18:52:01 +0100 Subject: [PATCH] Remove workaround for bug FS#76326 --- maubot.install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/maubot.install b/maubot.install index f39d02bf1488..20b7ffe78ff1 100644 --- a/maubot.install +++ b/maubot.install @@ -1,13 +1,3 @@ -post_install() { - echo "Apply workaround for bug FS#76326..." - sed -i '/charset-normalizer/s/<3.0,//' /usr/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA -} - -post_update() { - echo "Apply workaround for bug FS#76326..." - sed -i '/charset-normalizer/s/<3.0,//' /usr/lib/python3.10/site-packages/aiohttp-3.8.3.dist-info/METADATA -} - post_remove() { userdel -fr maubot }