13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-4YdG+GQYaaIPRTKMm1+X3GxxoRlZYDVq72O3X1yNRF8=";
25 propagatedBuildInputs = [
37 ${python.interpreter} -m zope.testrunner --test-path=src --auto-color --auto-progress
41 pythonImportsCheck = [
49 description = "Scalable persistent components";
50 homepage = "http://packages.python.org/BTrees";
51 license = licenses.zpl21;