summaryrefslogtreecommitdiff
path: root/packages/python/python-formencode_1.2.1.bb
blob: 99d0537e7899bf43846ad52f47964161ef077661 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "HTML form validation, generation, and conversion package"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
SRCNAME = "FormEncode"
PR = "ml0"

inherit setuptools

SRC_URI = "http://pypi.python.org/packages/source/F/FormEncode/FormEncode-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
/recipes-devtools/perl/perl-5.12.2/parallel_build_fix_3.patch?id=949f85cdd79536e35cb7f983c52e5f8eca9736df'>perl: import parallel build fixes from upstream git treeNitin A Kamble1 The parallel build issue is fixed in the upstream perl git tree differently. Replacing our fix with the upstream fix. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>