diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:18:03 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:58:22 -0500 |
commit | a1df6295de620a4b0434539902ea94ddd8319517 (patch) | |
tree | 1cffe9b2bd8a8ca8056082f1d8a1a4dc983d41ef /gnu/packages/python-web.scm | |
parent | 25a57cd835e958c8797091d8175d5ab8de2ac33c (diff) | |
download | guix-a1df6295de620a4b0434539902ea94ddd8319517.tar.gz |
gnu: python2-fasteners: Remove package.
* gnu/packages/python-xyz.scm (python2-fasteners): Delete.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1f16ff4efb..efb6296e90 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -507,7 +507,6 @@ classes @item Compatible with both CPython and PyPy @item Cython support for better performance when used with CPython @end itemize") - (properties `((python2-variant . ,(delay python2-falcon)))) (license license:asl2.0))) (define-public python-falcon-cors |