diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:54:53 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:13 -0400 |
commit | 25632fa151c0a630ed82c3e63bda51eb0160a337 (patch) | |
tree | 2e4d4ba78e86d641825336941acec88bf192410c /gnu/packages | |
parent | 3db04d3051fc4e9c139dd1585e71e218819dd2f6 (diff) |
gnu: Remove python2-netifaces.
* gnu/packages/python-xyz.scm (python2-netifaces): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 972828c0c4..12fd7ddebb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9848,9 +9848,6 @@ some are not yet implemented).") interfaces in an easy and portable manner.") (license license:expat))) -(define-public python2-netifaces - (package-with-python2 python-netifaces)) - (define-public python-networkx (package (name "python-networkx") |