Skip to content

Commit

Permalink
python-utils-r1.eclass: Bump python:3.7 dep
Browse files Browse the repository at this point in the history
Hopefully it resolves package issues that were caused by 3.7.6.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Apr 14, 2020
1 parent 180fa85 commit 7be6021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/python-utils-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7be6021

Please sign in to comment.