Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:20:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560934 - head/devel/py-aws-xray-sdk
Message-ID:  <202101100820.10A8K1e2010562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 10 08:20:00 2021
New Revision: 560934
URL: https://svnweb.freebsd.org/changeset/ports/560934

Log:
  Clean up RUN_DEPENDS after r542200 (USES=python:3.6+)

Modified:
  head/devel/py-aws-xray-sdk/Makefile

Modified: head/devel/py-aws-xray-sdk/Makefile
==============================================================================
--- head/devel/py-aws-xray-sdk/Makefile	Sun Jan 10 08:19:56 2021	(r560933)
+++ head/devel/py-aws-xray-sdk/Makefile	Sun Jan 10 08:20:00 2021	(r560934)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.11.3:devel/py-botocore@${PY_FLAVOR} \
-		${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonpickle>=0:devel/py-jsonpickle@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}



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