10 buildPythonPackage rec {
11 pname = "playwright-stealth";
12 version = "1.0.6-unstable-2023-09-11";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "playwright_stealth";
20 # https://github.com/AtuboDad/playwright_stealth/issues/25
21 rev = "43f7433057906945b1648179304d7dbd8eb10874";
22 hash = "sha256-ZWmuVwjEgrPmfxjvws3TdocW6tyNH++fyRfKQ0oJ6bo=";
25 nativeBuildInputs = [ setuptools ];
27 propagatedBuildInputs = [ playwright ];
29 # Tests require Chromium binary
32 pythonImportsCheck = [ "playwright_stealth" ];
35 description = "Playwright stealth";
36 homepage = "https://github.com/AtuboDad/playwright_stealth";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];