mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
sysutils/py-salt: remove contextvars dependency for py37.
This commit is contained in:
parent
b774f59d2d
commit
a20071f839
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= salt
|
PORTNAME= salt
|
||||||
PORTVERSION= 3003.1
|
PORTVERSION= 3003.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
7
sysutils/py-salt/files/patch-requirements_base.txt
Normal file
7
sysutils/py-salt/files/patch-requirements_base.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
--- requirements/base.txt.orig 2021-06-23 23:39:55.270387000 +0200
|
||||||
|
+++ requirements/base.txt 2021-06-23 23:40:00.325729000 +0200
|
||||||
|
@@ -4,4 +4,3 @@
|
||||||
|
MarkupSafe
|
||||||
|
requests>=1.0.0
|
||||||
|
distro>=1.0.1
|
||||||
|
-contextvars
|
Loading…
Add table
Reference in a new issue