summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb799daba2..a125de2665 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27421,6 +27421,9 @@ input.")
address is valid and really exists.")
(license license:lgpl3+)))
+;; XXX: Project has no updates since 2019, consider to remove when nothing
+;; depends on it in the next refresh cycle.
+;; See: <https://github.com/pipermerriam/flex/issues/237>.
(define-public python-flex
(package
(name "python-flex")
@@ -27432,7 +27435,10 @@ input.")
(sha256
(base32
"1sr91f5sqywj4040jm3cq4333fp8hbmmr7v6v05a3h0sgyixcbi9"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;no tests in PyPI archive
+ (native-inputs
+ (list python-setuptools))
(propagated-inputs
(list python-click
python-jsonpointer