summaryrefslogtreecommitdiff
path: root/archivers/py-pyzstd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-pyzstd/Makefile')
-rw-r--r--archivers/py-pyzstd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/py-pyzstd/Makefile b/archivers/py-pyzstd/Makefile
index a03fed64117c..d561feaade82 100644
--- a/archivers/py-pyzstd/Makefile
+++ b/archivers/py-pyzstd/Makefile
@@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PY_BACKPORTS.ZSTD}
USES= python
USE_PYTHON= autoplist pep517 pytest
@@ -28,8 +29,5 @@ do-test:
.if ${PYTHON_REL} < 31300
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
-.if ${PYTHON_REL} < 31400
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zstd>=0:devel/py-backports.zstd@${PY_FLAVOR}
-.endif
.include <bsd.port.post.mk>