summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-31 23:29:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:08 +0100
commit422418a941350c5ede9bd30a19b6f7ec85a82994 (patch)
tree11bcfde456fab27d97e0319a3cb6da90f90ea13a /gnu/packages/python-web.scm
parentbb780bc6e4a8785bb724db7378768ab8681b12d2 (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 878b04b7801..23b495cec7f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10180,15 +10180,15 @@ the non-map-specific features. It can be used to generate HTML + JS.")
10180 (origin 10180 (origin
10181 (method git-fetch) 10181 (method git-fetch)
10182 (uri (git-reference 10182 (uri (git-reference
10183 (url "https://github.com/Kozea/tinycss2") 10183 (url "https://github.com/Kozea/tinycss2")
10184 (commit (string-append "v" version)) 10184 (commit (string-append "v" version))
10185 (recursive? #true))) 10185 (recursive? #true)))
10186 (file-name (git-file-name name version)) 10186 (file-name (git-file-name name version))
10187 (sha256 10187 (sha256
10188 (base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5")))) 10188 (base32 "1ww5m8rmpva9mq04cz1h9rx76vg2h5nnijzi0vprf5wzp8g9snb5"))))
10189 (build-system pyproject-build-system) 10189 (build-system pyproject-build-system)
10190 (native-inputs 10190 (native-inputs
10191 (list python-flit 10191 (list python-flit-core
10192 python-pytest)) 10192 python-pytest))
10193 (propagated-inputs 10193 (propagated-inputs
10194 (list python-webencodings)) 10194 (list python-webencodings))