[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/150: gnu: python-flake8-print: Add missing build input.
From: |
guix-commits |
Subject: |
110/150: gnu: python-flake8-print: Add missing build input. |
Date: |
Sun, 24 Apr 2022 05:12:30 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit a993054a274e50973e16d18b24cad01aedf2f363
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Jan 7 13:54:31 2022 +0100
gnu: python-flake8-print: Add missing build input.
* gnu/packages/python-xyz.scm (python-flake8-print)[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 f5cdb40739..62606b48b0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10692,6 +10692,7 @@ plugins that intend to support Flake8 2.x and 3.x
simultaneously.")
(build-system python-build-system)
(propagated-inputs
(list python-flake8 python-pycodestyle python-six))
+ (native-inputs (list python-poetry-core))
(home-page "https://github.com/jbkahn/flake8-print")
(synopsis "Print statement checker plugin for Flake8")
(description
- 71/150: gnu: python-flake8-pie: Fix build., (continued)
- 71/150: gnu: python-flake8-pie: Fix build., guix-commits, 2022/04/24
- 73/150: gnu: python-curio: Disable failing tests., guix-commits, 2022/04/24
- 63/150: gnu: python-hupper: Remove obsolete argument., guix-commits, 2022/04/24
- 66/150: gnu: python-virtualenv: Disable tests., guix-commits, 2022/04/24
- 77/150: gnu: python-qstylizer: Remove obsolete argument., guix-commits, 2022/04/24
- 87/150: gnu: python-locket: Add missing test input., guix-commits, 2022/04/24
- 98/150: tests: Remove obsolete flag and import missing module., guix-commits, 2022/04/24
- 104/150: gnu: python-carbon: Disable tests., guix-commits, 2022/04/24
- 103/150: gnu: python-sphinxcontrib-github-alt: Use flit-core to build., guix-commits, 2022/04/24
- 94/150: gnu: btrfs-progs: Add missing input., guix-commits, 2022/04/24
- 110/150: gnu: python-flake8-print: Add missing build input.,
guix-commits <=
- 102/150: gnu: python-tinycss2: Remove custom build process., guix-commits, 2022/04/24
- 111/150: gnu: python-unpaddedbase64: Build using poetry., guix-commits, 2022/04/24
- 120/150: gnu: python-pypandoc: Add missing build input., guix-commits, 2022/04/24
- 124/150: gnu: python-annoy: Disable tests., guix-commits, 2022/04/24
- 127/150: gnu: python-bigfloat: Update to 0.4.0., guix-commits, 2022/04/24
- 132/150: gnu: python-cons: Disable tests., guix-commits, 2022/04/24
- 142/150: gnu: python-lcov-cobertura: Disable tests., guix-commits, 2022/04/24
- 147/150: gnu: python-typing-extensions: Remove custom 'build and 'install., guix-commits, 2022/04/24
- 150/150: gnu: python-markdown: Switch testing to unittest., guix-commits, 2022/04/24
- 61/150: gnu: python-httptools: Disable tests., guix-commits, 2022/04/24