13 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 hash = "sha256-FTqIutndf+epmO5XNEUoRAUEmn299aTLIZNe5SMcxAQ=";
26 build-system = [ setuptools];
28 propagatedBuildInputs = [
36 ] ++ eth-hash.optional-dependencies.pycryptodome;
38 pythonImportsCheck = [ "eth_rlp" ];
41 description = "RLP definitions for common Ethereum objects";
42 homepage = "https://github.com/ethereum/eth-rlp";
43 license = licenses.mit;
44 maintainers = with maintainers; [ ];