diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-01 21:26:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-01 21:28:33 +0200 |
commit | ab81128a7aa7944201725000420662b33f22d1ec (patch) | |
tree | 081d4cd4cc49a6391349c59df07534def8fab1a3 /debian-stable | |
parent | f9b6f359dd34197e1917fede36496a68e3c4c17a (diff) | |
download | weechat-ab81128a7aa7944201725000420662b33f22d1ec.zip |
core: compile with Python 3 by default
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2
first then fallback on Python 3.
In the same way, the configure option --enable-python3 is renamed to
--enable-python2, to use Python 2 first then fallback on Python 3.
Diffstat (limited to 'debian-stable')
-rw-r--r-- | debian-stable/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-stable/control b/debian-stable/control index 1b0a27009..c7bffac81 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -9,7 +9,7 @@ Build-Depends: libncursesw5-dev, gem2deb, libperl-dev, - python-dev, + python3-dev, libaspell-dev, liblua5.1-0-dev, tcl8.6-dev, |