git: 8c5352b7c302 - main - www/py-praw: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Feb 2025 05:14:14 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c5352b7c302f864fa9b381ab7b1b4c938a256f0 commit 8c5352b7c302f864fa9b381ab7b1b4c938a256f0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-26 05:12:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-26 05:12:01 +0000 www/py-praw: Fix build Reported by: fallout Approved by: portmgr (blanket unbreak) --- www/py-praw/files/patch-pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/py-praw/files/patch-pyproject.toml b/www/py-praw/files/patch-pyproject.toml new file mode 100644 index 000000000000..6c708db1aada --- /dev/null +++ b/www/py-praw/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-02-26 04:20:33 UTC ++++ pyproject.toml +@@ -21,7 +21,7 @@ dependencies = [ + "Topic :: Utilities" + ] + dependencies = [ +- "prawcore >=2.4, <3", ++ "prawcore >=2.4", + "update_checker >=0.18", + "websocket-client >=0.54.0" + ]