[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/103: gnu: Add missing module import.
From: |
guix-commits |
Subject: |
101/103: gnu: Add missing module import. |
Date: |
Wed, 5 Jan 2022 09:44:43 -0500 (EST) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 01d89a0b63ba20755938cf256a41b3143eb683a4
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Jan 3 14:30:43 2022 +0100
gnu: Add missing module import.
* gnu/packages/chemistry.scm: Import (gnu packages python-build) for
python-setuptools.
---
gnu/packages/chemistry.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 94803719ac..292e179922 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -46,6 +46,7 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages qt)
#:use-module (gnu packages serialization)
- 66/103: gnu: python-three-merge: Remove obsolete argument., (continued)
- 66/103: gnu: python-three-merge: Remove obsolete argument., guix-commits, 2022/01/05
- 68/103: gnu: python-flake8-pie: Fix build., guix-commits, 2022/01/05
- 74/103: gnu: python-entrypoints: Fix build and enable tests., guix-commits, 2022/01/05
- 77/103: gnu: python-qstylizer: Remove obsolete argument., guix-commits, 2022/01/05
- 93/103: gnu: python-pytest-httpbin: Disable tests., guix-commits, 2022/01/05
- 92/103: gnu: python-cairocffi: Disable tests., guix-commits, 2022/01/05
- 95/103: gnu: python-progressbar2: Disable tests., guix-commits, 2022/01/05
- 96/103: gnu: python-click-5: Disable failing test., guix-commits, 2022/01/05
- 98/103: gnu: btrfs-progs: Add missing input., guix-commits, 2022/01/05
- 102/103: gnu: tensorflow: Add missing module., guix-commits, 2022/01/05
- 101/103: gnu: Add missing module import.,
guix-commits <=
- 32/103: gnu: python-urwidtrees: Remove dependency on mock., guix-commits, 2022/01/05
- 34/103: gnu: python-pycosat: Run tests., guix-commits, 2022/01/05
- 41/103: gnu: calibre: Remove old build flag., guix-commits, 2022/01/05
- 43/103: gnu: openmolar: Remove old build flag., guix-commits, 2022/01/05
- 42/103: gnu: epour: Remove old build flag., guix-commits, 2022/01/05
- 49/103: gnu: python-pytest-xvfb: Remove obsolete test target., guix-commits, 2022/01/05
- 52/103: gnu: Add python-pytest-expect., guix-commits, 2022/01/05
- 53/103: gnu: python-lzo: Remove deprecated argument and add test input., guix-commits, 2022/01/05
- 54/103: gnu: python-argon2-cffi: Do not override 'build., guix-commits, 2022/01/05
- 58/103: gnu: python-httptools: Disable tests., guix-commits, 2022/01/05