Skip to content

Commit 5970eb9

Browse files
committed
Deprioritize libcst patch
1 parent 8ff63c5 commit 5970eb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ dist-type = 'sdist'
232232
[[libcst.rules]]
233233
version = '== 1.0.1'
234234
patch = 'libcst-1.0.1.patch'
235+
# Not needed in newer versions
236+
install-priority = 0
235237
license = 'MIT'
236238

237239
[[lightfm.rules]]
@@ -839,6 +841,7 @@ patch = 'trio.patch'
839841
license = 'Apache-2.0 OR MIT'
840842

841843
[[typing_extensions.rules]]
844+
# Note: this won't be needed once we update to 3.13
842845
patch = 'typing_extensions.patch'
843846
license = 'PSF-2.0'
844847
subdir = 'src'

0 commit comments

Comments
 (0)