diff options
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 12fd7ddebb..e1acb9defb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22446,9 +22446,6 @@ interpreter. bpython's main features are file system events on Linux.") (license license:expat))) -(define-public python2-pyinotify - (package-with-python2 python-pyinotify)) - (define-public python-more-itertools (package |