[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-jupytext: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-jupytext: Fix build. |
Date: |
Sat, 14 Dec 2024 20:03:20 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cfd4f56f75 gnu: python-jupytext: Fix build.
cfd4f56f75 is described below
commit cfd4f56f75a20b6732d463180d211f796c9032e5
Author: Danny Milosavljevic <dannym@friendly-machines.com>
AuthorDate: Sun Dec 15 02:00:36 2024 +0100
gnu: python-jupytext: Fix build.
* gnu/packages/python-xyz.scm (python-jupytext)[native-inputs]: Add
python-toml.
Change-Id: If2c19ccac1d5d8167f27b28c535a95acaca32d48
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a6083a610..503a224954 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -567,6 +567,7 @@ design}.")
python-ipython-genutils
python-jupyter-server
python-pyaml
+ python-toml
python-pytest
python-setuptools
python-wheel))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-jupytext: Fix build.,
guix-commits <=