Merge pull request #287870 from patka-123/python311Packages-bbox

python311Packages.bbox: fix build
This commit is contained in:
Martin Weinelt
2024-02-10 22:21:30 +01:00
committed by GitHub
@@ -26,7 +26,7 @@ buildPythonPackage rec {
hash = "sha256-FrJ8FhlqwmnEB/QvPlkDfqZncNGPhwY9aagM9yv1LGs=";
};
nativebuildInputs = [
nativeBuildInputs = [
poetry-core
];