drop python2 support

Gbp-Pq: Name 0004-drop-python2-support.patch
This commit is contained in:
Daniel Kahn Gillmor 2019-08-23 22:13:14 -04:00 committed by openKylinBot
parent 8efb039b85
commit cbe32e67b0
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ if test "$found_py" = "1"; then
if test "$found_py" = "1" -o "$found_py3" = "1"; then
# Reset everything, so that we can look for another Python.
m4_foreach([mym4pythonver],
[[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[all]],
[[3.4],[3.5],[3.6],[3.7],[3.8],[all]],
[unset PYTHON
unset PYTHON_VERSION
unset PYTHON_CPPFLAGS