12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-IqmbqAW6PubN9GBXrMs5Je4u1XkgLl9camSGNrlrFJA=";
24 propagatedBuildInputs = [
36 # Remove outdated setup.cfg
38 substituteInPlace setup.py \
39 --replace "'pytest-runner'," ""
43 # Source tarball doesn't contains all needed files
44 "test_compose_from_yml"
45 "test_yaml_roundtrip_with_empty_values"
46 "test_compose_from_yml"
47 "test_store_data_from_json"
50 pythonImportsCheck = [
55 description = "Nested Object Models in Python";
56 homepage = "https://github.com/genomoncology/related";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];