forked from Lainports/opnsense-ports
net/py-urllib3: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
47917c46e6
commit
d252c6d5fd
1 changed files with 3 additions and 1 deletions
|
|
@ -29,8 +29,10 @@ SUB_FILES= pkg-message
|
|||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
.if ${PYTHON_REL} < 3300
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi
|
||||
.elif ${PYTHON_REL} < 3400
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py3-certifi
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue