[Bug 272027] sysutils/py-salt: bring back contextvars patch

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 16 Jun 2023 14:36:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272027

            Bug ID: 272027
           Summary: sysutils/py-salt: bring back contextvars patch
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: krion@FreeBSD.org
          Reporter: jsollvander@axcient.com
          Assignee: krion@FreeBSD.org
             Flags: maintainer-feedback?(krion@FreeBSD.org)

Older versions of the port used to have a patch that removed the contextvars
requirement from requirements/base.txt. But since revision
a20071f839c04439c191983232dce8452d85dc5c this patch is gone.

Can we bring it back? I'm having trouble applying high states because some
modules tries to check if all requirements are satisfied/installed during
runtime, which fails because of the missing contextvars package.

From what I understand contextvars is part of python stdlib since 3.7 and the
contextvars package is a backport for older python versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.