Signed-off-by: Ernst Sjöstrand <[email protected]> --- .../python/python3-fixtures_4.0.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-fixtures_4.0.1.bb
diff --git a/meta/recipes-devtools/python/python3-fixtures_4.0.1.bb b/meta/recipes-devtools/python/python3-fixtures_4.0.1.bb new file mode 100644 index 00000000000..f71eec6497e --- /dev/null +++ b/meta/recipes-devtools/python/python3-fixtures_4.0.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "Python fixtures for testing / resource management" +HOMEPAGE = "https://github.com/testing-cabal/fixtures" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "d2758826400d095b79666cf93a32a84f50ff8cd179831927efb48cd1e3ca7466" + +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-pbr \ + " + +BBCLASSEXTEND = "nativesdk" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180757): https://lists.openembedded.org/g/openembedded-core/message/180757 Mute This Topic: https://lists.openembedded.org/mt/98644245/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
