summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/flask-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/flask-common/default.nix b/pkgs/development/python-modules/flask-common/default.nix
index 05a728d78cb5..05385e08d05e 100644
--- a/pkgs/development/python-modules/flask-common/default.nix
+++ b/pkgs/development/python-modules/flask-common/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchPypi, buildPythonPackage
-, crayons, flask, flask_cache, gunicorn, maya, meinheld, whitenoise }:
+, crayons, flask, flask-caching, gunicorn, maya, meinheld, whitenoise }:
buildPythonPackage rec {
pname = "Flask-Common";
@@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "13d99f2dbc0a332b8bc4b2cc394d3e48f89672c266868e372cd9d7b433d921a9";
};
- propagatedBuildInputs = [ crayons flask flask_cache gunicorn maya meinheld whitenoise ];
+ propagatedBuildInputs = [ crayons flask flask-caching gunicorn maya meinheld whitenoise ];
meta = with stdenv.lib; {
description = "Flask extension with lots of common time-savers";