Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2020 00:18:31 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527907 - head/devel/py-cle
Message-ID:  <202003070018.0270IViQ076030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003070018.0270IViQ076030>