apteryx pushed a commit to branch master
in repository guix.
commit 710c5c70e369dfabd6ee581981c2526b3694eb92
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Jan 29 10:24:14 2021 -0500
gnu: python2-lockfile: Remove package.
* gnu/packages/python-xyz.scm (python2-lockfile): Delete.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 91c3756..8c3ab4c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1037,9 +1037,6 @@ conventions and aliases in the same expression.")
API for locking files.")
(license license:expat)))
-(define-public python2-lockfile
- (package-with-python2 python-lockfile))
-
(define-public python-filelock
(package
(name "python-filelock")