mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Simplify rf to f-string
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
71018badc0
commit
35b803091b
|
@ -255,7 +255,7 @@ DEPS = {
|
|||
),
|
||||
],
|
||||
"headers": [r"png*.h"],
|
||||
"libs": [rf"libpng{V['LIBPNG_XY']}.lib"],
|
||||
"libs": [f"libpng{V['LIBPNG_XY']}.lib"],
|
||||
},
|
||||
"brotli": {
|
||||
"url": f"https://github.com/google/brotli/archive/refs/tags/v{V['BROTLI']}.tar.gz",
|
||||
|
|
Loading…
Reference in New Issue
Block a user