Skip to content

Commit

Permalink
python3-packaging: upgrade 20.0 -> 20.3
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
  • Loading branch information
texierp committed Mar 10, 2020
1 parent 6b031cb commit b045c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-python/recipes-devtools/python/python-packaging.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/pypa/packaging"
LICENSE = "Apache-2.0 & BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"

SRC_URI[md5sum] = "93d6ccbdfcb5b7697b6ecea53ecc294b"
SRC_URI[sha256sum] = "fe1d8331dfa7cc0a883b49d75fc76380b2ab2734b220fbb87d774e4fd4b851f8"
SRC_URI[md5sum] = "19e0d1f82a9007b448650ccfeffd0a26"
SRC_URI[sha256sum] = "3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"

DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
inherit pypi setuptools3
require python-packaging.inc

0 comments on commit b045c53

Please sign in to comment.