From 2c5a31586e522bc42cadf831ecf91ee622c6ab47 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 10 Jun 2026 10:32:02 -0500 Subject: [PATCH] chore: bring proton-core out of extras Fedora has a very old version of this package, and I am proposing an exception to our extras policy as all the packages that require this one require this version, and it has become a UX nightmare to have a proton VPN dep in terra-extras for users on Nobara/Fedora and Fedora->Ultramarine conversions. Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/proton-core/anda.hcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/anda/langs/python/proton-core/anda.hcl b/anda/langs/python/proton-core/anda.hcl index a653ad4946..7eec800b00 100644 --- a/anda/langs/python/proton-core/anda.hcl +++ b/anda/langs/python/proton-core/anda.hcl @@ -3,7 +3,4 @@ project pkg { rpm { spec = "proton-core.spec" } - labels { - subrepo = "extras" - } }