Date: Fri, 10 Feb 2023 05:51:48 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1c41375cac7 - main - devel/py-factory-boy: Replace reference to PY_PILLOW with its value Message-ID: <202302100551.31A5pm71087006@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1c41375cac7953db65f0794c550467cce921477 commit a1c41375cac7953db65f0794c550467cce921477 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-02-08 07:34:29 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-02-10 05:50:33 +0000 devel/py-factory-boy: Replace reference to PY_PILLOW with its value Since this port doesn't work with Python 2.7, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269401 Approved by: maintainer --- devel/py-factory-boy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-factory-boy/Makefile b/devel/py-factory-boy/Makefile index ea4cca2efbd5..b48481a4f70c 100644 --- a/devel/py-factory-boy/Makefile +++ b/devel/py-factory-boy/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Faker>=0:devel/py-Faker@${PY_FLAVOR} -TEST_DEPENDS= ${PY_PILLOW} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302100551.31A5pm71087006>