Skip to content

Commit e5e2eb9

Browse files
committed
snakeoile>=0.11.1 isn't needed for build, so adjust it to 0.11.0
This in turn works around uv/pip build-isolation logic that forces pypi for the build step. I've zero solution for if an unreleased snakeoil is needed for build, beyond using the git+... approach which breaks version in it's own way. Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 9e41dba commit e5e2eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"flit_core >=3.8,<4",
4-
"snakeoil >= 0.11.1.dev0",
4+
"snakeoil >= 0.11.0",
55
]
66
build-backend = "py_build"
77
backend-path = ["."]

0 commit comments

Comments
 (0)