lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 6c514e67e2977d07a5ce7bf550eaa67cac9aaf58
parent a9af921700b5404e56beb723b6a77bfbc4018200
Author: Jeffery To <jeffery.to@gmail.com>
Date:   Thu, 12 Nov 2015 18:04:18 +0800

python-six: fixed package description

Signed-off-by: Jeffery To <jeffery.to@gmail.com>

Diffstat:
Mlang/python-six/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python-six/Makefile b/lang/python-six/Makefile @@ -31,7 +31,7 @@ define Package/python-six DEPENDS:=+python-light endef -define Package/python-pyasn1/description +define Package/python-six/description Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the