svn commit: r559486 - head/devel/py-twisted
Dima Panov
fluffy at FreeBSD.org
Mon Dec 28 15:10:40 UTC 2020
Author: fluffy
Date: Mon Dec 28 15:10:40 2020
New Revision: 559486
URL: https://svnweb.freebsd.org/changeset/ports/559486
Log:
devel/py-twisted: unbreak packaging after recent www/py-h2 update (r559472)
With hat: ports-secteam
Pointyhat to: shaun@ for skip the checks of consumers
Noticed by: poudriere
Modified:
head/devel/py-twisted/Makefile
Modified: head/devel/py-twisted/Makefile
==============================================================================
--- head/devel/py-twisted/Makefile Mon Dec 28 15:07:30 2020 (r559485)
+++ head/devel/py-twisted/Makefile Mon Dec 28 15:10:40 2020 (r559486)
@@ -37,7 +37,7 @@ CONCH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4
${PYTHON_PKGNAMEPREFIX}bcrypt>=3.0.0:security/py-bcrypt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.5:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
-HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4.0:www/py-h2@${PY_FLAVOR} \
+HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4.1:www/py-h2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}priority>=1.1.0<2.0:www/py-priority@${PY_FLAVOR}
SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR}
TLS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR} \
More information about the svn-ports-head
mailing list