python3Packages.playwright: don't depend on auditwheel

This commit is contained in:
Robert Schütz
2025-12-06 14:47:35 -08:00
parent cf41a7770d
commit e8f609d3c8
@@ -1,7 +1,6 @@
{
lib,
stdenv,
auditwheel,
buildPythonPackage,
gitMinimal,
greenlet,
@@ -67,8 +66,7 @@ buildPythonPackage rec {
gitMinimal
setuptools-scm
setuptools
]
++ lib.optionals stdenv.hostPlatform.isLinux [ auditwheel ];
];
pythonRelaxDeps = [
"greenlet"