commit:     6e930eeea2f0441af0b28c320d6caea96e29bcdd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 18 19:49:59 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 18 19:53:59 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=6e930eee

pyproject.toml: update snakeoil dependency version

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/pyproject.toml b/pyproject.toml
index 1914a7df..f8f75c93 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [build-system]
 requires = [
        "flit_core >=3.8,<4",
-       "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master";,
+       "snakeoil~=0.11.0",
 ]
 build-backend = "py_build"
 backend-path = ["."]
@@ -33,7 +33,7 @@ classifiers = [
 dynamic = ["version"]
 
 dependencies = [
-       "snakeoil@git+https://github.com/pkgcore/snakeoil.git#master";,
+       "snakeoil~=0.11.0",
        "lxml",
 ]
 

Reply via email to