svn commit: r560943 - head/devel/py-graphene-sqlalchemy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:20:47 UTC 2021


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}


More information about the svn-ports-head mailing list