Skip to content

Commit

Permalink
devel/py-pytest: Remove py-py from RUN_DEPENDS
Browse files Browse the repository at this point in the history
Upstream no longer depends on py library from 7.2.0:
https://docs.pytest.org/en/stable/changelog.html

py-py in portstree was documented vulnerability and no patch to fix it.
  • Loading branch information
wenheping committed Oct 13, 2023
1 parent 7a9689b commit 47177a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/py-pytest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pytest
PORTVERSION= 7.4.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
Expand All @@ -17,8 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45.0:devel/py-setuptools@${PY_
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniconfig>=0:devel/py-iniconfig@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<2.0:devel/py-pluggy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}py>=1.8.2:devel/py-py@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pluggy>=0.12<2.0:devel/py-pluggy@${PY_FLAVOR}
TEST_DEPENDS= bash:shells/bash \
lsof:sysutils/lsof \
${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \
Expand Down

0 comments on commit 47177a5

Please sign in to comment.