diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 02:53:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:52 -0400 |
commit | 677ed5345309e64b5f7c3425b67cc8cd97dabc87 (patch) | |
tree | bc259ffc37e1aeeccd5aa5d20478290896c1c911 /gnu/packages/python-xyz.scm | |
parent | 018c96f0c780b1605923c427a3b6f6a0600669cf (diff) | |
download | guix-677ed5345309e64b5f7c3425b67cc8cd97dabc87.tar.gz guix-677ed5345309e64b5f7c3425b67cc8cd97dabc87.zip |
gnu: Remove python2-atomicwrites.
* gnu/packages/python-xyz.scm (python2-atomicwrites): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 9ba7e9ce76..875ef1753c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13823,9 +13823,6 @@ for atomic file system operations.") (home-page "https://github.com/untitaker/python-atomicwrites") (license license:expat))) -(define-public python2-atomicwrites - (package-with-python2 python-atomicwrites)) - (define-public python-atomicwrites-1.4 (package (inherit python-atomicwrites) |