drop python2 support
Gbp-Pq: Name 0004-drop-python2-support.patch
This commit is contained in:
parent
8efb039b85
commit
cbe32e67b0
|
@ -423,7 +423,7 @@ if test "$found_py" = "1"; then
|
||||||
if test "$found_py" = "1" -o "$found_py3" = "1"; then
|
if test "$found_py" = "1" -o "$found_py3" = "1"; then
|
||||||
# Reset everything, so that we can look for another Python.
|
# Reset everything, so that we can look for another Python.
|
||||||
m4_foreach([mym4pythonver],
|
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
|
||||||
unset PYTHON_VERSION
|
unset PYTHON_VERSION
|
||||||
unset PYTHON_CPPFLAGS
|
unset PYTHON_CPPFLAGS
|
||||||
|
|
Loading…
Reference in New Issue