Skip to content

Commit

Permalink
python3-pep301-native: fix upstream check
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Nov 10, 2023
1 parent 974b818 commit 62f2d2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ DEPENDS += "nativesdk-python3-flake8"

PYPI_PACKAGE = "flake8_pep3101"

UPSTREAM_CHECK_REGEX = "project/flake8_pep3101/(?P<pver>(\d+[\.]*)+)"

SRC_URI[md5sum] = "54314b591034e79d2379fc44aee748ed"
SRC_URI[sha256sum] = "1b84b61685f1e631f2f710e5d5ed3ca68b5fc45fb9402fa8ae1b8a9a058a3387"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ DEPENDS += "python3-flake8-native"

PYPI_PACKAGE = "flake8_pep3101"

UPSTREAM_CHECK_REGEX = "project/flake8_pep3101/(?P<pver>(\d+[\.]*)+)"

SRC_URI[md5sum] = "54314b591034e79d2379fc44aee748ed"
SRC_URI[sha256sum] = "1b84b61685f1e631f2f710e5d5ed3ca68b5fc45fb9402fa8ae1b8a9a058a3387"

Expand Down

0 comments on commit 62f2d2d

Please sign in to comment.