python27Packages.python-otr: mark as broken

See inline comment for details.

https://hydra.nixos.org/build/115510612

CC @NixOS/nixos-release-managers

ZHF: #80379
This commit is contained in:
Benjamin Hipple 2020-03-29 18:42:39 -04:00
parent 2c5fe63fbe
commit c77bd38764

View file

@ -24,10 +24,13 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A pure python implementation of OTR";
homepage = https://github.com/AGProjects/otr;
homepage = "https://github.com/AGProjects/python-otr";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ edwtjo ];
# The package itself does not support python3, and its transitive
# dependencies rely on namespace package support that does not work in
# Nix's python2 infra. See #74619 for details.
broken = true;
};
}