1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: replace python dependency by python2-devel for Cygwin

This commit is contained in:
Sébastien Helleu
2017-03-31 21:08:02 +02:00
parent 2ab3015114
commit d61dfac5b5
+2 -2
View File
@@ -52,8 +52,8 @@ SRC_URI="https://weechat.org/files/src/weechat-${VERSION}.tar.bz2"
# Build dependencies only
DEPEND="cmake gettext gettext-devel libgnutls-devel libaspell-devel \
libcurl-devel libgcrypt-devel libncurses-devel lua perl pkg-config python \
ruby tcl-devel zlib-devel"
libcurl-devel libgcrypt-devel libncurses-devel lua perl pkg-config \
python2-devel ruby tcl-devel zlib-devel"
#
# CMake compilation of WeeChat: