From: Thomas Petazzoni Date: Thu, 4 May 2017 20:14:01 +0000 (+0200) Subject: python-simplegeneric: fix description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=811cdea0834810bf2b67358f8a6e9c28916556aa;p=buildroot.git python-simplegeneric: fix description Use the description from https://pypi.python.org/pypi/simplegeneric. Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-simplegeneric/Config.in b/package/python-simplegeneric/Config.in index b5ebfecbb7..623b1ae98a 100644 --- a/package/python-simplegeneric/Config.in +++ b/package/python-simplegeneric/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PYTHON_SIMPLEGENERIC bool "python-simplegeneric" help - A configuration system for Python applications. + Simple generic functions (similar to Python's own len(), + pickle.dump(), etc.) https://pypi.python.org/pypi/simplegeneric