8 buildPythonPackage rec {
9 pname = "django-treebeard";
13 inherit pname version;
14 sha256 = "80150017725239702054e5fa64dc66e383dc13ac262c8d47ee5a82cb005969da";
17 buildInputs = [ pytest ];
18 propagatedBuildInputs = [ django ];
20 # tests fail "AppRegistryNotReady("Apps aren't loaded yet.")"
24 description = "Efficient tree implementations for Django 1.6+";
25 homepage = "https://tabo.pe/projects/django-treebeard/";
26 maintainers = with maintainers; [ desiderius ];
27 license = licenses.asl20;