[Buildroot] [git commit branch/2024.02.x] package/python-ml-dtypes: remove python-pybind from C++ dependency comment
Peter Korsgaard
peter at korsgaard.com
Sat Jun 8 13:46:50 UTC 2024
commit: https://git.buildroot.net/buildroot/commit/?id=8f1371bb313bdb4da41b60710fcc947229435ff9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x
python-pybind dependency has been removed since the version bump to
0.3.2 [1]
[1] 06e1a3620e5268951be089d2b150c1802de7de4c
Signed-off-by: Romain Naour <romain.naour at smile.fr>
(cherry picked from commit 6ea7784c9427e25a3b4f39ab1cc82a9ac1c01966)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/python-ml-dtypes/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-ml-dtypes/Config.in b/package/python-ml-dtypes/Config.in
index 58c218b214..7dce2fea42 100644
--- a/package/python-ml-dtypes/Config.in
+++ b/package/python-ml-dtypes/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_PYTHON_ML_DTYPES
bool "python-ml-dtypes"
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
- depends on BR2_INSTALL_LIBSTDCPP # python-pybind, python-numpy
+ depends on BR2_INSTALL_LIBSTDCPP # python-numpy
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9 # python-numpy
depends on BR2_HOST_GCC_AT_LEAST_9 # host-python-numpy
More information about the buildroot
mailing list