FreeBSD Bugzilla – Attachment 239987 Details for
Bug 269401
devel/py-factory-boy: Replace reference to PY_PILLOW with its value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
devel_py-factory-boy.patch (text/plain), 1.09 KB, created by
Yasuhiro Kimura
on 2023-02-08 07:37:55 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-02-08 07:37:55 UTC
Size:
1.09 KB
patch
obsolete
>From c8b4f8b6a2e0d225782f5a3b2b86f6d1ff6088a8 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Wed, 8 Feb 2023 16:34:29 +0900 >Subject: [PATCH] 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. >--- > 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} \ >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269401
: 239987