Merge pull request #121921 from dotlambda/graphite-web-scandir
python3Packages.graphite-web: fix build
This commit is contained in:
commit
713a95e5d5
@ -28,6 +28,12 @@ buildPythonPackage rec {
|
||||
./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
|
||||
|
Loading…
Reference in New Issue
Block a user