diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:22:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:08 -0400 |
commit | 41e7bfb458909b13413edcaaf8f4fd913fa58ecb (patch) | |
tree | 02896d5d3166d72b34435eadecea948bb9aea461 | |
parent | a8c28b8391dc6cf307ee3a1a3362fc77f9ef2349 (diff) |
gnu: Remove python2-flex.
* gnu/packages/python-xyz.scm (python2-flex): Delete variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 29d3309648..cba4a76af8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20794,9 +20794,6 @@ while only declaring the test-specific fields.") (description "@code{flex} can be used to validate Swagger schemata.") (license license:bsd-3))) -(define-public python2-flex - (package-with-python2 python-flex)) - (define-public python-marshmallow (package (name "python-marshmallow") |