summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.2.0.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.2.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.2.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.2.0.bb
deleted file mode 100644
index 0bf907de78..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.2.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "High level compatibility layer for multiple asynchronous event loop implementations"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
-
-inherit pypi python_setuptools_build_meta
-
-SRC_URI[sha256sum] = "e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f"
-
-DEPENDS += " \
- python3-setuptools-scm-native \
-"
-
-# Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently.
-# If somebody needs this please feel free to add python3-trio and enable the
-# packageconfig below:
-#PACKAGECONFIG ??= ""
-#PACKAGECONFIG[trio] = ",,,python3-trio"
-
-RDEPENDS:${PN} += "\
- python3-idna \
- python3-sniffio \
-"