svn commit: r524660 - head/security/py-trezor

Mathieu Arnold mat at FreeBSD.org
Thu Jan 30 23:04:31 UTC 2020


Author: mat
Date: Thu Jan 30 23:04:31 2020
New Revision: 524660
URL: https://svnweb.freebsd.org/changeset/ports/524660

Log:
  Fix bulk -a, one of its dependency (devel/py-construct) does not support 3.5.

Modified:
  head/security/py-trezor/Makefile   (contents, props changed)

Modified: head/security/py-trezor/Makefile
==============================================================================
--- head/security/py-trezor/Makefile	Thu Jan 30 20:48:54 2020	(r524659)
+++ head/security/py-trezor/Makefile	Thu Jan 30 23:04:31 2020	(r524660)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libusb1>=1.6.4:devel/py-libusb1@${PY_FLAVOR}
 
-USES=		python:3.3+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list