diff options
Diffstat (limited to 'devel/py-hypothesis-crosshair/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-hypothesis-crosshair/files/patch-pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-hypothesis-crosshair/files/patch-pyproject.toml b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml new file mode 100644 index 000000000000..2f672217d623 --- /dev/null +++ b/devel/py-hypothesis-crosshair/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2025-08-13 20:44:59 UTC ++++ pyproject.toml +@@ -13,7 +13,6 @@ dependencies = [ + license = { file = "LICENSE" } + requires-python = ">=3.9" + dependencies = [ +- "hypothesis>=6.137.0", + "crosshair-tool>=0.0.74" + ] + classifiers = [ |