python37Packages.xdis: unbreak

This commit is contained in:
Mario Rodas
2020-01-07 21:05:10 -05:00
parent 8c40b18ea5
commit 3ecc232829

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
};
}