[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/150: gnu: gusb-minimal: Add explicit dependency on setuptools.
From: |
guix-commits |
Subject: |
20/150: gnu: gusb-minimal: Add explicit dependency on setuptools. |
Date: |
Sun, 24 Apr 2022 05:12:17 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 1722439a0082caa4742520bb80ecdedd01eae5be
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Nov 27 16:50:12 2021 +0100
gnu: gusb-minimal: Add explicit dependency on setuptools.
* gnu/packages/gnome.scm (gusb-minimal)[native-inputs]: Add
python-setuptools.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a55c54e8cb..ca7a98f7a1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -184,6 +184,7 @@
#:use-module (gnu packages protobuf)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
@@ -6650,7 +6651,7 @@ DAV, and others.")
"-Dvapi=false")
'()))))
(native-inputs
- (list gobject-introspection pkg-config python vala))
+ (list gobject-introspection pkg-config python vala python-setuptools))
(propagated-inputs
;; Both of these are required by gusb.pc.
(list glib libusb))
- 80/150: gnu: python-isort: Remove custom build phases., (continued)
- 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, 2022/04/24
- 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 <=
- 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
- 26/150: gnu: python-django-pipeline: Disable tests., guix-commits, 2022/04/24
- 15/150: gnu: python-file: Remove obsolete #:configure-flags., guix-commits, 2022/04/24
- 21/150: gnu: python-openpyxl: Fix timestamps before testing., guix-commits, 2022/04/24
- 56/150: gnu: python-lzo: Remove deprecated argument and add test input., guix-commits, 2022/04/24