aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/cachy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/cachy/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/cachy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/cachy/default.nix b/nixpkgs/pkgs/development/python-modules/cachy/default.nix
index 029a1864484..d5c3428fcc1 100644
--- a/nixpkgs/pkgs/development/python-modules/cachy/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/cachy/default.nix
@@ -1,7 +1,7 @@
{ lib, buildPythonPackage, fetchPypi
, redis
, memcached
-, msgpack-python
+, msgpack
}:
buildPythonPackage rec {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
redis
memcached
- msgpack-python
+ msgpack
];
# The Pypi tarball doesn't include tests, and the GitHub source isn't