Signed-off-by: Michał Górny <
mgorny@gentoo.org>
---
eclass/distutils-r1.eclass | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 3ac06a458483..551e8f68ef99 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -207,7 +207,7 @@ _distutils_set_globals() {
case ${DISTUTILS_USE_PEP517} in
flit)
bdep+='
- >=dev-python/flit_core-3.7.1[${PYTHON_USEDEP}]
+ >=dev-python/flit_core-3.8.0[${PYTHON_USEDEP}]
'
;;
flit_scm)
@@ -217,7 +217,7 @@ _distutils_set_globals() {
;;
hatchling)
bdep+='
- >=dev-python/hatchling-1.8.1[${PYTHON_USEDEP}]
+ >=dev-python/hatchling-1.11.1[${PYTHON_USEDEP}]
'
;;
jupyter)
@@ -227,7 +227,7 @@ _distutils_set_globals() {
;;
maturin)
bdep+='
- >=dev-util/maturin-0.13.2[${PYTHON_USEDEP}]
+ >=dev-util/maturin-0.13.7[${PYTHON_USEDEP}]
'
;;
no)
@@ -236,33 +236,33 @@ _distutils