python37Packages.xdis: unbreak

This commit is contained in:
Mario Rodas 2020-01-07 21:05:10 -05:00
parent 8c40b18ea5
commit 3ecc232829
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -27,6 +27,5 @@ buildPythonPackage rec {
description = "Python cross-version byte-code disassembler and marshal routines";
homepage = https://github.com/rocky/python-xdis/;
license = licenses.gpl2;
broken = true; # doesn't support latest python3 interpreters
};
}