]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-websockets: use python_setuptools_build_meta build class
authorRoss Burton <ross.burton@arm.com>
Tue, 23 Jul 2024 14:51:30 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2024 21:49:18 +0000 (22:49 +0100)
This package can be built using pep517 classes now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-websockets_12.0.bb

index a04c63f6af1dfeb87cfa68144c49caeecc832484..e7f5e295238f57cb5c017f8800597993db21187f 100644 (file)
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aaugustin/websockets"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 SRC_URI[sha256sum] = "81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"