gnu: python-ipython: Fix CVE detection.

* gnu/packages/python-xyz.scm (python-ipython)[properties]: New field.
This commit is contained in:
Efraim Flashner 2022-02-01 12:49:37 +02:00
parent c5000dcc37
commit 305330a585
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8872,6 +8872,7 @@ (define-public python-ipython
Powerful interactive shells, a browser-based notebook, support for interactive
data visualization, embeddable interpreters and tools for parallel
computing.")
(properties '((cpe-name . "ipython")))
(license license:bsd-3)))
(define-public python-ipython-documentation