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.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a0d6729bf6..7980e13594 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3495,7 +3495,8 @@ Encryption} (JOSE) Web Standards.")
(define-public python-pyscss
;; XXX: no fresh release supporting Python 3.11, use the latest commit, see
- ;; <https://github.com/Kronuz/pyScss/issues/428>.
+ ;; <https://github.com/Kronuz/pyScss/issues/428>,
+ ;; <https://github.com/Kronuz/pyScss/issues/431>.
(let ((commit "73559d047706ccd4593cf6aa092de71f35164723")
(revision "0"))
(package
@@ -3512,9 +3513,12 @@ Encryption} (JOSE) Web Standards.")
(base32 "00msypxf5dm57gyfp3jxvjinigi4km84v33w83635pms9li2k3y7"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest python-pytest-cov python-setuptools python-wheel))
+ (list python-pytest
+ python-setuptools))
(inputs
(list pcre))
+ (propagated-inputs
+ (list python-six)) ;hard dependency in scss/compiler.py
(home-page "https://github.com/Kronuz/pyScss")
(synopsis "Scss compiler for Python")
(description