GNU bug report logs -
#70735
[PATCH 000/714] python native-inputs
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 3 May 2024 17:01:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #245 received at 70735 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-mike):
[native-inputs]: Remove python-flake8.
Change-Id: Iedfcce33b515b95322576c5394df91f7c5549542
---
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 f6f7f6e6e7..5f541e674a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35164,7 +35164,7 @@ (define-public python-mike
"0yxp816x7s948xsd0fifvq9shg01xdxlifd9rzf5y2rd9iwz3hsn"))))
(build-system python-build-system)
(native-inputs
- (list python-coverage python-flake8 python-shtab))
+ (list python-coverage python-shtab))
(propagated-inputs
(list python-jinja2 python-mkdocs python-pyyaml python-verspec))
(home-page "https://github.com/jimporter/mike")
--
2.41.0
This bug report was last modified 1 year and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.