diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-05 09:41:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-05 09:41:40 +0200 |
commit | b97e2c12eef9d41fe155733fa57145185e2297ee (patch) | |
tree | e93ebbbc85218f013e14fedab04b77922ebbe1b3 /doc/en/weechat_user.en.adoc | |
parent | 8c01e05da18b47a9667ea10802103f2197ec6b39 (diff) | |
download | weechat-b97e2c12eef9d41fe155733fa57145185e2297ee.zip |
doc: update python min version from 2.5 to 2.6 (user's guide)
WeeChat doesn't compile any more with Python <= 2.5.
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 4ae88f652..609723df7 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -109,7 +109,7 @@ compile WeeChat. | ca-certificates | | | Certificates for SSL connections. | libaspell-dev ∥ libenchant-dev | | | Aspell plugin. -| python-dev | ≥ 2.5 ^(4)^ | | Python plugin. +| python-dev | ≥ 2.6 ^(4)^ | | Python plugin. | libperl-dev | | | Perl plugin. | ruby-2.3, ruby2.3-dev | ≥ 1.8 | | Ruby plugin. | liblua5.3-dev | | | Lua plugin. |