diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-02-01 12:49:37 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-01 12:49:37 +0200 |
commit | 305330a58555f1fb3b10b2fe92e0016317f70204 (patch) | |
tree | 35f96e11d5c9221615011d4d8a61f611892f6a06 /gnu/packages | |
parent | c5000dcc375229ff42727f090d4243107d3a04a6 (diff) |
gnu: python-ipython: Fix CVE detection.
* gnu/packages/python-xyz.scm (python-ipython)[properties]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cee7dab15a..3be20df7e1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8872,6 +8872,7 @@ callback signature using a prototype function.") 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 |