diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:00:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:16 -0400 |
commit | ff70ce499bd391ddd4e09dc9186754ddde885cb7 (patch) | |
tree | 887c18a04d79a36fb15a425acc28f382939e299e /gnu | |
parent | 979af29d5c3db3b3a9671b122ccbbbec2a9e6c9f (diff) |
gnu: Remove python2-execnet.
* gnu/packages/python-xyz.scm (python2-execnet): Delete variable.
Diffstat (limited to 'gnu')
-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 7cc84e5368..d0b9c0201e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14652,9 +14652,6 @@ minimal and fast API targeting the following uses: (home-page "https://codespeak.net/execnet/") (license license:expat))) -(define-public python2-execnet - (package-with-python2 python-execnet)) - (define-public python-icalendar (package (name "python-icalendar") |