Skip to content

Commit

Permalink
python3Packages.uncompyle6: disable for python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Nov 29, 2020
1 parent ff213ab commit 4d8fb6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/uncompyle6/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, pythonAtLeast
, spark_parser
, xdis
, nose
Expand All @@ -12,6 +13,7 @@
buildPythonPackage rec {
pname = "uncompyle6";
version = "3.7.4";
disabled = pythonAtLeast "3.9"; # See: https://github.com/rocky/python-uncompyle6/issues/331

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 4d8fb6d

Please sign in to comment.