python-configparser: add new recipe

This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files.

Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Alexandru Vasiu
2018-04-20 15:48:29 +03:00
committed by Armin Kuster
parent 9eb8b9a2c4
commit ae3081affd
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools3
require python-configparser.inc