Date: Fri, 16 Jun 2023 14:36:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 272027] sysutils/py-salt: bring back contextvars patch Message-ID: <bug-272027-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272027 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 t= he contextvars package is a backport for older python versions. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272027-7788>