mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/py-praw: Fix build
Reported by: fallout Approved by: portmgr (blanket unbreak)
This commit is contained in:
parent
2934f8befc
commit
8c5352b7c3
1 changed files with 11 additions and 0 deletions
11
www/py-praw/files/patch-pyproject.toml
Normal file
11
www/py-praw/files/patch-pyproject.toml
Normal file
|
@ -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"
|
||||
]
|
Loading…
Add table
Reference in a new issue