aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-15 13:21:30 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-15 13:21:30 +0200
commitefcc7f32cc73b84b9012c4de88110a9d07bbfb40 (patch)
treec3d7cacd35027014119fc406c59cd10df07a6bfc /pyproject.toml
parentpquery: fix crash with verbose single uris attr (diff)
downloadpkgcore-efcc7f32cc73b84b9012c4de88110a9d07bbfb40.tar.gz
pkgcore-efcc7f32cc73b84b9012c4de88110a9d07bbfb40.tar.bz2
pkgcore-efcc7f32cc73b84b9012c4de88110a9d07bbfb40.zip
docs: use snakeoil.dist sphinx extension
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 020991b5f..16c48bd22 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"flit_core >=3.8,<4",
- "snakeoil",
+ "snakeoil~=0.10.3",
]
build-backend = "py_build"
backend-path = ["."]
@@ -28,7 +28,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
- "snakeoil~=0.10.0",
+ "snakeoil~=0.10.3",
"lxml",
]