diff mbox series

[bug#65371,telephony-team,04/10] gnu: python-pymol: Remove msgpack from native-inputs.

Message ID 93e9d4888847e06bd06c98cb94d972496b26238f.1692382380.git.maxim.cournoyer@gmail.com
State New
Headers show
Series Update Jami and related packages. | expand

Commit Message

Maxim Cournoyer Aug. 18, 2023, 6:12 p.m. UTC
It's now propagated by mmtf-cpp.

* gnu/packages/chemistry.scm (python-pymol)
[native-inputs]: Remove msgpack.
---

 gnu/packages/chemistry.scm | 1 -
 1 file changed, 1 deletion(-)

Comments

Andreas Enge Aug. 19, 2023, 9:53 a.m. UTC | #1
Hello Maxim,

Am Fri, Aug 18, 2023 at 02:12:55PM -0400 schrieb Maxim Cournoyer:
> It's now propagated by mmtf-cpp.
> * gnu/packages/chemistry.scm (python-pymol)
> [native-inputs]: Remove msgpack.

the patches 2 to 4, to which I was cc-ed, look good to me.

Andreas
Maxim Cournoyer Aug. 21, 2023, 3:03 p.m. UTC | #2
Hello,

Andreas Enge <andreas@enge.fr> writes:

> Hello Maxim,
>
> Am Fri, Aug 18, 2023 at 02:12:55PM -0400 schrieb Maxim Cournoyer:
>> It's now propagated by mmtf-cpp.
>> * gnu/packages/chemistry.scm (python-pymol)
>> [native-inputs]: Remove msgpack.
>
> the patches 2 to 4, to which I was cc-ed, look good to me.
>
> Andreas

Thanks for reviewing these!  Will push shortly and update the series
with the remaining ones.
diff mbox series

Patch

diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 4d5d3d0195..df96a2f5c1 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -575,7 +575,6 @@  (define-public python-pymol
            glew
            libxml2
            mmtf-cpp
-           msgpack
            python-pyqt
            glm
            netcdf))