summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-14 07:30:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-14 07:33:08 +0200
commit7be602138f425a313f67dbca53f6ba7b1250c960 (patch)
tree50e8af8aa389b13f54cf9b940647dbe16849966b /eclass/python-utils-r1.eclass
parentdistutils-r1.eclass: Pass --skip-build when installing (diff)
downloadgentoo-7be602138f425a313f67dbca53f6ba7b1250c960.tar.gz
gentoo-7be602138f425a313f67dbca53f6ba7b1250c960.tar.bz2
gentoo-7be602138f425a313f67dbca53f6ba7b1250c960.zip
python-utils-r1.eclass: Bump python:3.7 dep
Hopefully it resolves package issues that were caused by 3.7.6. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 77982c9b9c76..c72dad7ae361 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -378,7 +378,7 @@ _python_export() {
python3.6)
PYTHON_PKG_DEP=">=dev-lang/python-3.6.10:3.6";;
python3.7)
- PYTHON_PKG_DEP=">=dev-lang/python-3.7.6:3.7";;
+ PYTHON_PKG_DEP=">=dev-lang/python-3.7.7-r1:3.7";;
python3.8)
PYTHON_PKG_DEP=">=dev-lang/python-3.8.2:3.8";;
pypy3)