python3Packages.eth-hash: break circular dependency

This commit is contained in:
Frederik Rietdijk 2021-04-03 17:37:37 +02:00
parent 53198a47d1
commit 9004e0dac3

View File

@ -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\' ""