python3Packages.eth-hash: break circular dependency
This commit is contained in:
parent
53198a47d1
commit
9004e0dac3
@ -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\' ""
|
||||
|
Loading…
Reference in New Issue
Block a user