Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:20:41 +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: r560943 - head/devel/py-graphene-sqlalchemy
Message-ID:  <202101100820.10A8Kfxr011411@repo.freebsd.org>

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

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

Modified:
  head/devel/py-graphene-sqlalchemy/Makefile

Modified: head/devel/py-graphene-sqlalchemy/Makefile
==============================================================================
--- head/devel/py-graphene-sqlalchemy/Makefile	Sun Jan 10 08:20:36 2021	(r560942)
+++ head/devel/py-graphene-sqlalchemy/Makefile	Sun Jan 10 08:20:41 2021	(r560943)
@@ -12,8 +12,7 @@ COMMENT=	Graphene SQLAlchemy integration
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PY_ENUM34} \
-		${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}promise>=2.3:devel/py-promise@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.2<2:databases/py-sqlalchemy13@${PY_FLAVOR}



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