python: get rid of msgpack-python, fixes #48864

We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!
This commit is contained in:
Frederik Rietdijk
2019-09-29 10:34:30 +02:00
committed by Frederik Rietdijk
parent d2ccabaeea
commit 22aef72ff1
8 changed files with 13 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
, cymem
, darwin
, msgpack-numpy
, msgpack-python
, msgpack
, preshed
, numpy
, murmurhash
@@ -44,7 +44,7 @@ buildPythonPackage rec {
cython
cymem
msgpack-numpy
msgpack-python
msgpack
preshed
numpy
murmurhash