-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch out comment that breaks parser
- Loading branch information
1 parent
26d64df
commit 2f6e9b7
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
recipe/patches/0001-remove-comment-that-breaks-parsing.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From 2a49f74cf35801ca4547da47cdb5c3cc1815e512 Mon Sep 17 00:00:00 2001 | ||
From: "H. Vetinari" <[email protected]> | ||
Date: Thu, 28 Sep 2023 20:13:37 +1100 | ||
Subject: [PATCH] remove comment that breaks parsing | ||
|
||
--- | ||
pyproject.toml | 2 -- | ||
1 file changed, 2 deletions(-) | ||
|
||
diff --git a/pyproject.toml b/pyproject.toml | ||
index 95d0ccbe9..851fe8a92 100644 | ||
--- a/pyproject.toml | ||
+++ b/pyproject.toml | ||
@@ -12,8 +12,6 @@ build-backend = 'mesonpy' | ||
requires = [ | ||
# Reason for `<`: future-proofing (0.14.0 released and known to work) | ||
"meson-python>=0.12.1,<0.15.0", | ||
- # Reason for `<`: we want to build the 1.11.x releases with Cython 0.29.x | ||
- # (too many changes in 3.0) | ||
"Cython>=0.29.35,<3.0", # when updating version, also update check in meson.build | ||
# Reason for `<`: future-proofing (2.11.1 is the most recent version) | ||
"pybind11>=2.10.4,<2.11.1", |