commit:     aa8ae9a99369ea6bc599db08b9ae658d835d0fb5
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sat Nov 22 18:19:15 2025 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Sat Nov 22 18:19:27 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=aa8ae9a9

chore: cut over to ToT deps from pkgcore/snakeoil during refactoring

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 pyproject.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 28185765..f32e0584 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,8 +8,8 @@ requires = [
        "pathspec",
        "tree-sitter~=0.25.0",
        "tree-sitter-bash~=0.23.1",
-       "snakeoil~=0.10.11",
-       "pkgcore~=0.12.30",
+       "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master";,
+       "pkgcore@git+https://github.com/pkgcore/pkgcore.git#master";,
 ]
 build-backend = "py_build"
 backend-path = ["."]
@@ -47,8 +47,8 @@ dependencies = [
        "pathspec",
        "tree-sitter~=0.25.0",
        "tree-sitter-bash~=0.23.1",
-       "snakeoil~=0.10.11",
-       "pkgcore~=0.12.30",
+       "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master";,
+       "pkgcore@git+https://github.com/pkgcore/pkgcore.git#master";,
 ]
 
 [project.optional-dependencies]

Reply via email to