Skip to content
Snippets Groups Projects
Commit 9bb6d184 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: Add python2-atomicwrites.

* gnu/packages/python.scm (python2-atomicwrites): New variable.
parent aae6b4b9
No related branches found
No related tags found
No related merge requests found
......@@ -6756,7 +6756,14 @@ (define-public python-atomicwrites
(description "Library for atomic file writes using platform dependent tools
for atomic filesystem operations.")
(home-page "https://github.com/untitaker/python-atomicwrites")
(license license:expat)))
(license license:expat)
(properties `((python2-variant . ,(delay python2-atomicwrites))))))
(define-public python2-atomicwrites
(package (inherit (package-with-python2
(strip-python2-variant python-atomicwrites)))
(native-inputs
`(("python2-setuptools" ,python2-setuptools)))))
(define-public python-requests-toolbelt
(package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment