projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180fa85
)
python-utils-r1.eclass: Bump python:3.7 dep
author
Michał Górny
<mgorny@gentoo.org>
Tue, 14 Apr 2020 05:30:45 +0000
(07:30 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index 77982c9b9c76ce8b1b9f6c6ac9d0b1107fe04c21..c72dad7ae3615b4906c216fa6462c78c1d120aa8 100644
(file)
--- 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)