9 buildPythonPackage rec {
10 pname = "django-sites";
13 src = fetchFromGitHub {
15 repo = "django-sites";
17 hash = "sha256-MQtQC+9DyS1ICXXovbqPpkKIQ5wpuJDgq3Lcd/1kORU=";
20 propagatedBuildInputs = [
31 ${python.interpreter} runtests.py
37 description = "Alternative implementation of django sites framework";
38 homepage = "https://github.com/niwinz/django-sites";
39 license = lib.licenses.bsd3;
40 # has not been updated for django>=4.0
41 broken = lib.versionAtLeast django.version "4";