~alpine/aports

main/weechat: fix undeclared python dep v1 PROPOSED

Muh Muhten: 1
 main/weechat: fix undeclared python dep

 1 files changed, 2 insertions(+), 2 deletions(-)
It's possible to use weechat without the scripting language plugins. I
currently run without any of them.

I pushed splitting of weechat into subpackages for those plugins needing
extra deps compared to the core program.

Eivind
On Sep 5, 2015 13:34, "Natanael Copa" <ncopa@alpinelinux.org> wrote:
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1093/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/weechat: fix undeclared python dep Export this patch

---
 main/weechat/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/weechat/APKBUILD b/main/weechat/APKBUILD
index 05b452c..79d761a 100644
--- a/main/weechat/APKBUILD
+++ b/main/weechat/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=weechat
pkgver=1.2
pkgrel=1
pkgrel=2
pkgdesc="A fast, light, extensible ncurses-based chat client"
url="http://www.weechat.org"
arch="all"
license="GPL3+"
depends=""
depends="python"
depends_dev="cmake libintl ncurses-dev gnutls-dev libgcrypt-dev
		lua-dev aspell-dev perl-dev python-dev curl-dev"
makedepends="$depends_dev"
-- 
2.3.2 (Apple Git-55)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---