Merge pull request #121921 from dotlambda/graphite-web-scandir

python3Packages.graphite-web: fix build

lsix 713a95e5 620342de

Changed files
+6
pkgs
development
python-modules
graphite-web
+6
pkgs/development/python-modules/graphite-web/default.nix
···
./update-django-tagging.patch
];
+
postPatch = ''
+
# https://github.com/graphite-project/graphite-web/pull/2701
+
substituteInPlace setup.py \
+
--replace "'scandir'" "'scandir; python_version < \"3.5\"'"
+
'';
+
propagatedBuildInputs = [
django
memcached