python3-networkx: upgrade 2.3 -> 2.4

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2020-02-23 23:03:43 +08:00 committed by Khem Raj
parent df0745a245
commit f95eb5ba9e
3 changed files with 8 additions and 10 deletions

View File

@ -3,8 +3,6 @@ LICENSE = "BSD-3-Clause"
inherit pypi
PYPI_PACKAGE_EXT = "zip"
RDEPENDS_${PN} += "\
${PYTHON_PN}-decorator \
"

View File

@ -1,8 +0,0 @@
require python-networkx.inc
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b68290ee1026b204170a23bbdb27a4fd"
SRC_URI[md5sum] = "320d3f6c7872732baa63cedafddadea9"
SRC_URI[sha256sum] = "8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d"
inherit setuptools3

View File

@ -0,0 +1,8 @@
require python-networkx.inc
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b68290ee1026b204170a23bbdb27a4fd"
SRC_URI[md5sum] = "63e3fdc9d3a46bcabc776acc5ea5fe48"
SRC_URI[sha256sum] = "f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64"
inherit setuptools3