diff options
Diffstat (limited to 'recipes/python/python-formencode_1.2.1.bb')
-rw-r--r-- | recipes/python/python-formencode_1.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/python/python-formencode_1.2.1.bb b/recipes/python/python-formencode_1.2.1.bb index 99d0537e78..3f1f752998 100644 --- a/recipes/python/python-formencode_1.2.1.bb +++ b/recipes/python/python-formencode_1.2.1.bb @@ -9,3 +9,6 @@ inherit setuptools SRC_URI = "http://pypi.python.org/packages/source/F/FormEncode/FormEncode-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" + +SRC_URI[md5sum] = "7030996497f3cf012bc9e99b4ca3e920" +SRC_URI[sha256sum] = "be21e3d5fa2edd1f5ff5952f67e6574dae15a027b26415910dfe813902fd5985" |