python-utils-r1.eclass: Bump python:3.7 dep
authorMichał Górny <mgorny@gentoo.org>
Tue, 14 Apr 2020 05:30:45 +0000 (07:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 14 Apr 2020 05:33:08 +0000 (07:33 +0200)
Hopefully it resolves package issues that were caused by 3.7.6.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/python-utils-r1.eclass

index 77982c9b9c76ce8b1b9f6c6ac9d0b1107fe04c21..c72dad7ae3615b4906c216fa6462c78c1d120aa8 100644 (file)
@@ -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)