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 e82dc6e commit 0d33774Copy full SHA for 0d33774
graalpython/lib-graalpython/patches/pip/whl/pip-22.2.2.patch
@@ -58,7 +58,7 @@ index 1af8978..15fee7f 100644
58
# file in .data maps to same location as file in wheel root).
59
diff --git a/pip/_internal/utils/graalpy.py b/pip/_internal/utils/graalpy.py
60
new file mode 100644
61
-index 0000000..179c213
+index 0000000..b8e849b
62
--- /dev/null
63
+++ b/pip/_internal/utils/graalpy.py
64
@@ -0,0 +1,189 @@
@@ -118,7 +118,7 @@ index 0000000..179c213
118
+ })
119
+ elif (version := file.stem.removeprefix(f'{denormalized_name}-')) != file.stem:
120
+ metadata['rules'].append({
121
-+ 'version': f'== {version}',
++ 'version': f'== {version}.*',
122
+ 'patch': file,
123
+ 'type': dist_type,
124
0 commit comments