weechat: remove unnecessary rdeps
This commit is contained in:
parent
7eb74607f3
commit
d4d0d3edb4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'weechat'
|
||||
pkgname=weechat
|
||||
version=1.1
|
||||
revision=2
|
||||
revision=3
|
||||
lib32disabled=yes
|
||||
build_style=cmake
|
||||
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() {
|
||||
lib32disabled=yes
|
||||
depends="${sourcepkg}>=${version}_${revision} python"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - python plugin"
|
||||
pkg_install() {
|
||||
vmove usr/lib/weechat/plugins/python.so
|
||||
|
|
Loading…
Reference in New Issue