weechat: remove unnecessary rdeps

This commit is contained in:
Alessio Sergi 2015-01-22 23:42:55 +01:00
parent 7eb74607f3
commit d4d0d3edb4

View file

@ -1,7 +1,7 @@
# Template file for 'weechat' # Template file for 'weechat'
pkgname=weechat pkgname=weechat
version=1.1 version=1.1
revision=2 revision=3
lib32disabled=yes lib32disabled=yes
build_style=cmake build_style=cmake
configure_args="-DENABLE_MAN=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so" configure_args="-DENABLE_MAN=ON -DPYTHON_EXECUTABLE=/usr/bin/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so"
@ -57,7 +57,7 @@ weechat-ruby_package() {
} }
weechat-python_package() { weechat-python_package() {
lib32disabled=yes lib32disabled=yes
depends="${sourcepkg}>=${version}_${revision} python" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - python plugin" short_desc+=" - python plugin"
pkg_install() { pkg_install() {
vmove usr/lib/weechat/plugins/python.so vmove usr/lib/weechat/plugins/python.so