python.pkgs.msgpack-numpy: replace msgpack-python by msgpack
This commit is contained in:
parent
3558ed8416
commit
dcb13a7a06
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user