diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:24:14 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:58:23 -0500 |
commit | 710c5c70e369dfabd6ee581981c2526b3694eb92 (patch) | |
tree | 003e2dc81344f83b5535d3e771a4b1e7e1c4be38 /gnu/packages | |
parent | 5048eb397296587aef9e5015d54f52101423afbd (diff) | |
download | guix-710c5c70e369dfabd6ee581981c2526b3694eb92.tar guix-710c5c70e369dfabd6ee581981c2526b3694eb92.tar.gz |
gnu: python2-lockfile: Remove package.
* gnu/packages/python-xyz.scm (python2-lockfile): Delete.
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 91c3756ffb..8c3ab4c8fd 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") |