diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/pyrtm_0.4.2.bb (renamed from meta-python/recipes-devtools/python/pyrtm_0.2.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index 3d382b9ac8..d341ecf6cf 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | |||
@@ -3,7 +3,9 @@ AUTHOR = "Sridhar Ratnakumar / srid" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" |
5 | 5 | ||
6 | inherit pypi distutils | 6 | PYPI_PACKAGE_EXT = "tar.bz2" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "34423f39caf7df8a9db8e243be9cf1a0" | 8 | SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8" |
9 | SRC_URI[sha256sum] = "d9d46d096a38cb692b55f4ee9f364d54348298e9497b11c1ef057539b5de1567" | 9 | SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933" |
10 | |||
11 | inherit pypi setuptools | ||