svn commit: r527907 - head/devel/py-cle

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Mar 7 00:18:33 UTC 2020


Author: 0mp
Date: Sat Mar  7 00:18:31 2020
New Revision: 527907
URL: https://svnweb.freebsd.org/changeset/ports/527907

Log:
  Actually loosen restrictions on runtime dependencies
  
  I was doing some last minute experiments and accidentally committed a wrong
  patch. I'm sorry about that.

Modified:
  head/devel/py-cle/Makefile

Modified: head/devel/py-cle/Makefile
==============================================================================
--- head/devel/py-cle/Makefile	Sat Mar  7 00:14:39 2020	(r527906)
+++ head/devel/py-cle/Makefile	Sat Mar  7 00:18:31 2020	(r527907)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cf
 		${PYTHON_PKGNAMEPREFIX}minidump>0:devel/py-minidump@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pefile>0:devel/py-pefile@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyvex==${DISTVERSION}:security/py-pyvex@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyvex>=${DISTVERSION}:security/py-pyvex@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.0:devel/py-sortedcontainers@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list