diff options
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6b44955b94..9897479983 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2081,7 +2081,9 @@ bindings for Python, Java, OCaml and more.") python-croniter python-docutils python-flask - python-marshmallow + ;; v4 is supported in upcomming release, see + ;; <https://git.platypush.tech/platypush/platypush/issues/445>. + python-marshmallow-3 python-pillow python-pygments python-pyotp |