mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python.pkgs.msgpack-numpy: replace msgpack-python by msgpack
This commit is contained in:
parent
3558ed8416
commit
dcb13a7a06
@ -2,7 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, cython
|
||||
, msgpack-python
|
||||
, msgpack
|
||||
, numpy
|
||||
, python
|
||||
}:
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
msgpack-python
|
||||
msgpack
|
||||
numpy
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user