python.pkgs.msgpack-numpy: replace msgpack-python by msgpack

This commit is contained in:
Robert Schütz 2018-04-06 15:59:31 +02:00 committed by Frederik Rietdijk
parent 3558ed8416
commit dcb13a7a06

View File

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, cython , cython
, msgpack-python , msgpack
, numpy , numpy
, python , python
}: }:
@ -21,7 +21,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
msgpack-python msgpack
numpy numpy
]; ];