guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 36db371b3ae8a15a3c46b18635d446402d0f7e6f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 23:29:14 2026 +0100
gnu: python-tinycss2: Swap python-flit with python-flit-core.
* gnu/packages/python-web.scm (python-tinycss2):
[native-inputs]: Remove python-flit; add python-flit-core.
Change-Id: If416a42561e4599ad7aca0b16adf368679e5ffc8
---
gnu/packages/python-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1d1f56caec..d4800c7ea6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10126,15 +10126,15 @@ the non-map-specific features. It can be used to
generate HTML + JS.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Kozea/tinycss2")
- (commit (string-append "v" version))
- (recursive? #true)))
+ (url "https://github.com/Kozea/tinycss2")
+ (commit (string-append "v" version))
+ (recursive? #true)))
(file-name (git-file-name name version))
(sha256
(base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-flit
+ (list python-flit-core
python-pytest))
(propagated-inputs
(list python-webencodings))