commit: af468c74363dc39574913a03f103014f08bf6228
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sun Nov 9 12:06:52 2025 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Sun Nov 9 12:35:18 2025 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=af468c74
chore: use snakeoil master due to reliance on the next version
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index b7560bf3..b0e117b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"flit_core >=3.8,<4",
- "snakeoil~=0.10.11",
+ "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
]
build-backend = "py_build"
backend-path = ["."]