From f24538646f65956537d29cccb9b63d022a5074bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 31 Aug 2019 20:49:42 +0200 Subject: [PATCH] core: update python dependency from python2-devel to python3-devel in cygport file --- weechat.cygport.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat.cygport.in b/weechat.cygport.in index baf5da6c3..5fbca3842 100644 --- a/weechat.cygport.in +++ b/weechat.cygport.in @@ -53,7 +53,7 @@ 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 \ -python2-devel ruby tcl-devel libguile2.0-devel php-devel zlib-devel" +python3-devel ruby tcl-devel libguile2.0-devel php-devel zlib-devel" # # CMake compilation of WeeChat: