[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
115/150: gnu: python-clikit: Add missing build input.
From: |
guix-commits |
Subject: |
115/150: gnu: python-clikit: Add missing build input. |
Date: |
Sun, 24 Apr 2022 05:12:31 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit fd88cbe9ca1755452a6dd1689a486e377ca7175a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 7 14:46:41 2022 +0100
gnu: python-clikit: Add missing build input.
* gnu/packages/python-xyz.scm (python-clikit)[native-inputs]: Add
python-poetry-core.
---
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 a7a202218c..7f21f9fee2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16586,6 +16586,7 @@ more, possibly remote, memcached servers.")
(arguments '(#:tests? #f)) ; no test in the PyPI tarball
(propagated-inputs
(list python-crashtest python-pastel python-pylev))
+ (native-inputs (list python-poetry-core))
(home-page "https://github.com/sdispater/clikit")
(synopsis "Group of utilities to build command line interfaces")
(description
- 74/150: gnu: python-entrypoints: Fix build and enable tests., (continued)
- 74/150: gnu: python-entrypoints: Fix build and enable tests., guix-commits, 2022/04/24
- 84/150: gnu: python-eliot: Remove redundant input., guix-commits, 2022/04/24
- 88/150: gnu: python-cairocffi: Disable tests., guix-commits, 2022/04/24
- 78/150: gnu: python-apipkg: Disable tests., guix-commits, 2022/04/24
- 80/150: gnu: python-isort: Remove custom build phases., guix-commits, 2022/04/24
- 93/150: gnu: python-dnaio: Disable tests., guix-commits, 2022/04/24
- 91/150: gnu: python-progressbar2: Disable tests., guix-commits, 2022/04/24
- 65/150: gnu: scons: Remove obsolete argument., guix-commits, 2022/04/24
- 100/150: gnu: Remove remaining uses of #:test-target for python-build-system., guix-commits, 2022/04/24
- 107/150: gnu: python-capablerobot-usbhub: Build using python-poetry-core., guix-commits, 2022/04/24
- 115/150: gnu: python-clikit: Add missing build input.,
guix-commits <=
- 109/150: gnu: python-rich: Build using poetry., guix-commits, 2022/04/24
- 112/150: gnu: python-yaspin: Add missing build input., guix-commits, 2022/04/24
- 18/150: gnu: python-multivolumefile: Remove unused inputs., guix-commits, 2022/04/24
- 20/150: gnu: gusb-minimal: Add explicit dependency on setuptools., guix-commits, 2022/04/24
- 30/150: gnu: python-tomlkit: Add missing build system input., guix-commits, 2022/04/24
- 36/150: gnu: python-apsw: Remove custom 'build phase., guix-commits, 2022/04/24
- 24/150: gnu: python-folium: Disable tests., guix-commits, 2022/04/24
- 12/150: gnu: python-charset-normalizer: Add missing input., guix-commits, 2022/04/24
- 32/150: gnu: python-eradicate: Disable missing tests., guix-commits, 2022/04/24
- 05/150: gnu: Use python2-toolchain-for-build instead of python-2., guix-commits, 2022/04/24