summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f7c52908629..22ed68c6ba7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12316,10 +12316,13 @@ can be handled by the @code{colorsys} module in the Python standard library.")
#~(modify-phases %standard-phases
(add-before 'build 'relax-requirements
(lambda _
- ;; "packaging ~= 23.0",
(substitute* "pyproject.toml"
+ ;; packaging ~= 23.0
(("\"packaging .*\",")
- "")))))))
+ "")
+ ;; rich~=13.0
+ (("\"rich .*\",")
+ "\"rich\",")))))))
(native-inputs
(list nss-certs-for-test
python-pytest