diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:01:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:18 -0400 |
commit | e0996a01534c7a5c1c0cc7afdc29d07134b47a54 (patch) | |
tree | b2f576804e2861ef895f497d1460de47bb79a7a4 /gnu | |
parent | 5478ffa1ba8dee7548fe558fca18cfa742e22c6e (diff) |
gnu: Remove python2-fusepy.
* gnu/packages/python-xyz.scm (python2-fusepy): 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 c41eaae45f..dddc463228 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22662,9 +22662,6 @@ commit, but it also includes some other useful statistics.") MacFUSE. The binding is created using the standard @code{ctypes} library.") (license license:isc))) -(define-public python2-fusepy - (package-with-python2 python-fusepy)) - (define-public python-fusepyng (package (name "python-fusepyng") |