diff --git a/pkgs/development/python-modules/eth-hash/default.nix b/pkgs/development/python-modules/eth-hash/default.nix index 0f3f5f1a6452..da57aa50e07c 100644 --- a/pkgs/development/python-modules/eth-hash/default.nix +++ b/pkgs/development/python-modules/eth-hash/default.nix @@ -15,12 +15,16 @@ buildPythonPackage rec { checkInputs = [ pytest ]; propagatedBuildInputs = [ - eth-utils pysha3 pycrypto pycryptodome ]; + pipInstallFlags = [ + # Circular dependency on eth-utils + "--no-dependencies" + ]; + # setuptools-markdown uses pypandoc which is broken at the moment preConfigure = '' substituteInPlace setup.py --replace \'setuptools-markdown\' ""