12 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-wfmRjHFu6H3J6hNin8ZA2454xXrLgcUdeR8iGXFomRE=";
24 propagatedBuildInputs = [
32 ] ++ eth-hash.optional-dependencies.pycryptodome;
34 pythonImportsCheck = [ "eth_rlp" ];
37 description = "RLP definitions for common Ethereum objects";
38 homepage = "https://github.com/ethereum/eth-rlp";
39 license = licenses.mit;
40 maintainers = with maintainers; [ ];