We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eac3d8 commit 8eb6691Copy full SHA for 8eb6691
Formula/v/vunnel.rb
@@ -211,6 +211,12 @@ class Vunnel < Formula
211
end
212
213
def install
214
+ # Remove with next version, already fixed in
215
+ # https://github.com/anchore/vunnel/commit/2831a9a55c80f8d6ba31862219e68f796dde7455.patch
216
+ inreplace "pyproject.toml" do |s|
217
+ s.gsub! 'python = ">=3.11,<=3.13"', 'python = ">=3.11,<3.14"'
218
+ end
219
+
220
# Fix compilation of ijson native extensions, note:
221
# This would not be needed if latest ijson version is used upstream, but there are reasons it is
222
# currently held back: https://github.com/anchore/vunnel/pull/103
0 commit comments