[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/103: gnu: python-tomlkit: Add missing build system input.
From: |
guix-commits |
Subject: |
27/103: gnu: python-tomlkit: Add missing build system input. |
Date: |
Wed, 5 Jan 2022 09:44:30 -0500 (EST) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit ca9484ac65cc9f427c800060870eeaf40206eb1a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Nov 28 11:51:55 2021 +0100
gnu: python-tomlkit: Add missing build system input.
* gnu/packages/python-xyz.scm (python-tomlkit)[native-inputs]: Add
python-poetry-core.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e24cc8d980..7e937ca638 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15455,7 +15455,7 @@ docstring and colored output.")
(base32 "062n694sfv24ylda6nh8228y2q9hrvy554kqx84y7czsjfbg4mxc"))))
(build-system python-build-system)
(native-inputs
- (list python-pytest python-pyyaml))
+ (list python-pytest python-pyyaml python-poetry-core))
(home-page "https://github.com/sdispater/tomlkit")
(synopsis "Style-preserving TOML library")
(description
- 38/103: gnu: python-pytest-cache: Disable tests., (continued)
- 38/103: gnu: python-pytest-cache: Disable tests., guix-commits, 2022/01/05
- 47/103: gnu: python-pytest-benchmark: Disable tests., guix-commits, 2022/01/05
- 33/103: gnu: python-apsw: Remove custom 'build phase., guix-commits, 2022/01/05
- 48/103: gnu: python-entrypoint2: Remove obsolete test target., guix-commits, 2022/01/05
- 15/103: gnu: python-multivolumefile: Remove unused inputs., guix-commits, 2022/01/05
- 23/103: gnu: python-django-pipeline: Disable tests., guix-commits, 2022/01/05
- 10/103: gnu: python-confuse: Add missing test inputs., guix-commits, 2022/01/05
- 18/103: gnu: python-openpyxl: Fix timestamps before testing., guix-commits, 2022/01/05
- 16/103: gnu: python-ppmd-cffi: Remove unused inputs., guix-commits, 2022/01/05
- 25/103: gnu: python-lockfile: Add missing nosetests., guix-commits, 2022/01/05
- 27/103: gnu: python-tomlkit: Add missing build system input.,
guix-commits <=
- 56/103: gnu: python-rauth: Remove obsolete argument., guix-commits, 2022/01/05
- 64/103: gnu: python-pikepdf: Remove unused input., guix-commits, 2022/01/05
- 71/103: gnu: Add python-fs., guix-commits, 2022/01/05
- 78/103: gnu: python-apipkg: Disable tests., guix-commits, 2022/01/05
- 76/103: gnu: python-pytest-catchlog: Disable tests., guix-commits, 2022/01/05
- 87/103: gnu: python-flufl-testing: Disable tests., guix-commits, 2022/01/05
- 81/103: gnu: python-tqdm: Skip failing test., guix-commits, 2022/01/05
- 21/103: gnu: python-folium: Disable tests., guix-commits, 2022/01/05
- 37/103: gnu: duplicity: Remove obsolete test target., guix-commits, 2022/01/05
- 39/103: gnu: python-pytest-xprocess: Disable tests., guix-commits, 2022/01/05