From f1c07b4f0b4a5385da757b16c2c4e1001e1efcb7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Jun 2012 23:47:50 +0000 Subject: [PATCH] pyevent: python-event depends on libevent2, not libevent SVN-Revision: 32292 --- lang/pyevent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pyevent/Makefile b/lang/pyevent/Makefile index 26cadf29e..d578e6e74 100644 --- a/lang/pyevent/Makefile +++ b/lang/pyevent/Makefile @@ -26,7 +26,7 @@ define Package/python-event CATEGORY:=Languages TITLE:=Python interface to libevent URL:=http://code.google.com/p/pyevent/ - DEPENDS:=+python-mini +libevent + DEPENDS:=+python-mini +libevent2 endef define PyPackage/python-event/filespec -- 2.30.2