From c5aa7d72ffc2a6a54103059022e1413fa95ee254 Mon Sep 17 00:00:00 2001 From: agb Date: Tue, 30 Jun 2009 05:50:46 +0000 Subject: [PATCH] [packages] lang/ipython: fix package description git-svn-id: svn://svn.openwrt.org/openwrt/packages@16631 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/ipython/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ipython/Makefile b/lang/ipython/Makefile index f71f1e59c..4023fa0c3 100644 --- a/lang/ipython/Makefile +++ b/lang/ipython/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -26,7 +26,7 @@ define Package/ipython endef define Package/ipython/description - python bindings for dbus + An enhanced interactive Python shell from the SciPy project endef define Build/Configure