git: 3a82940fff5c - 2024Q2 - sysutils/py-salt: Fix forgotten patch by previous cherry-pick.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 May 2024 06:53:55 UTC
The branch 2024Q2 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a82940fff5ccb0e49d196ab195abb5c85259b2f commit 3a82940fff5ccb0e49d196ab195abb5c85259b2f Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2024-05-07 06:52:53 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2024-05-07 06:52:53 +0000 sysutils/py-salt: Fix forgotten patch by previous cherry-pick. --- sysutils/py-salt/files/patch-requirements_base.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sysutils/py-salt/files/patch-requirements_base.txt b/sysutils/py-salt/files/patch-requirements_base.txt index 39918449c502..bce755a71c50 100644 --- a/sysutils/py-salt/files/patch-requirements_base.txt +++ b/sysutils/py-salt/files/patch-requirements_base.txt @@ -1,10 +1,8 @@ ---- requirements/base.txt.orig 2024-03-31 16:19:43 UTC +--- requirements/base.txt.orig 2023-11-26 11:34:24 UTC +++ requirements/base.txt -@@ -15,7 +15,6 @@ aiohttp>=3.9.0 - - # We need contextvars for salt-ssh. - # Even on python versions which ships with contextvars in the standard library! +@@ -8,5 +8,3 @@ looseversion + psutil>=5.0.0 + packaging>=21.3 + looseversion +-# We need contextvars for salt-ssh -contextvars - - setproctitle>=1.2.3 - timelib>=0.2.5