diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb index aa234dd702..33a387ac7d 100644 --- a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb +++ b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb | |||
@@ -8,15 +8,9 @@ SECTION = "devel/python" | |||
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8" |
10 | 10 | ||
11 | SRCNAME = "pysmi" | ||
12 | |||
13 | SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
14 | |||
15 | SRC_URI[md5sum] = "f8754e9ed75698cc16b40f125df85b12" | 11 | SRC_URI[md5sum] = "f8754e9ed75698cc16b40f125df85b12" |
16 | SRC_URI[sha256sum] = "e0912180fc6faa9c264df78f97e7c451f77f84f5bd840098d2ce7b1bf70082bc" | 12 | SRC_URI[sha256sum] = "e0912180fc6faa9c264df78f97e7c451f77f84f5bd840098d2ce7b1bf70082bc" |
17 | 13 | ||
18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | inherit pypi setuptools |
19 | |||
20 | inherit setuptools | ||
21 | 15 | ||
22 | RDEPENDS_${PN} = "python-ply" | 16 | RDEPENDS_${PN} = "python-ply" |