python3Packages.python-pushover: mark as broken

This commit is contained in:
Martin Weinelt 2022-09-19 04:36:05 +02:00 committed by Sandro Jäckel
parent 1f28f9f5d4
commit b7713d0bf6
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = true; # Relies on 2to3 via setuptools
description = "Bindings and command line utility for the Pushover notification service";
homepage = "https://github.com/Thibauth/python-pushover";
license = licenses.gpl3;