increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-constraint_1.1.bb
1 DESCRIPTION = "The constraint package is a constraint \
2 satisfaction problem solver written in 100% pure Python, using \
3 constraint propagation algorithms. So far, facilities are \
4 provided to work with finite domains only."
5 SECTION = "devel/python"
6 PRIORITY = "optional"
7 LICENSE = "GPL"
8 PR = "ml1"
9
10 SRC_URI = "http://labix.org/download/python-constraint/python-constraint-${PV}.tar.bz2"
11
12 inherit distutils
13