Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:21:39 +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: r560956 - head/mail/py-mail-parser
Message-ID:  <202101100821.10A8Ld8r016526@repo.freebsd.org>

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

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

Modified:
  head/mail/py-mail-parser/Makefile

Modified: head/mail/py-mail-parser/Makefile
==============================================================================
--- head/mail/py-mail-parser/Makefile	Sun Jan 10 08:21:35 2021	(r560955)
+++ head/mail/py-mail-parser/Makefile	Sun Jan 10 08:21:39 2021	(r560956)
@@ -13,7 +13,6 @@ COMMENT=	Wrapper for email standard library
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	msgconvert:mail/p5-Email-Outlook-Message \
-		${PY_IPADDRESS} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=3.17.0:devel/py-simplejson@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR}
 



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