diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-28 23:24:19 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-08-28 23:24:19 +0200 |
commit | 16ae9ebd21e6557a334b0a3272a6d3eea3f3bed8 (patch) | |
tree | 98565831c7c71b5a1601762dbc92377c2888f605 | |
parent | 706c7a7a2144da5b02bbf4b16b54c01662ef85ea (diff) | |
download | guix-16ae9ebd21e6557a334b0a3272a6d3eea3f3bed8.tar.gz |
gnu: python2-chai: Remove package.
Nothing depends on it. * gnu/packages/python-xyz.scm (python2-chai): Remove 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 8eaaf028d7..40df068ae9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14570,9 +14570,6 @@ etc.") objects, patterned after the Mocha library for Ruby.") (license license:bsd-3))) -(define-public python2-chai - (package-with-python2 python-chai)) - (define-public python-inflection (package (name "python-inflection") |