mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
recipes: Adjust for renaming flit_core -> python_flit_core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
edc38751dc
commit
ffc43211bd
|
|
@ -9,4 +9,4 @@ PYPI_PACKAGE = "backcall"
|
|||
SRC_URI[md5sum] = "1f4c9a370c78743406296f48e56e8821"
|
||||
SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"
|
||||
|
||||
inherit flit_core pypi
|
||||
inherit pypi python_flit_core
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e"
|
|||
|
||||
SRC_URI[sha256sum] = "694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8"
|
||||
|
||||
inherit pypi flit_core ptest
|
||||
inherit pypi python_flit_core ptest
|
||||
|
||||
DEPENDS += "python3-pytest-runner-native"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SRCNAME = "ptyprocess"
|
|||
|
||||
SRC_URI[sha256sum] = "5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
|
||||
|
||||
inherit pypi flit_core
|
||||
inherit pypi python_flit_core
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user