14 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
24 hash = "sha256-FTqIutndf+epmO5XNEUoRAUEmn299aTLIZNe5SMcxAQ=";
27 build-system = [ setuptools ];
29 propagatedBuildInputs = [
35 nativeCheckInputs = [ pytestCheckHook ] ++ eth-hash.optional-dependencies.pycryptodome;
37 pythonImportsCheck = [ "eth_rlp" ];
40 description = "RLP definitions for common Ethereum objects";
41 homepage = "https://github.com/ethereum/eth-rlp";
42 license = licenses.mit;