gnu: python2-fasteners: Remove package.
* gnu/packages/python-xyz.scm (python2-fasteners): Delete.
This commit is contained in:
parent
25a57cd835
commit
a1df6295de
2 changed files with 0 additions and 10 deletions
|
@ -507,7 +507,6 @@ classes
|
||||||
@item Compatible with both CPython and PyPy
|
@item Compatible with both CPython and PyPy
|
||||||
@item Cython support for better performance when used with CPython
|
@item Cython support for better performance when used with CPython
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(properties `((python2-variant . ,(delay python2-falcon))))
|
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-falcon-cors
|
(define-public python-falcon-cors
|
||||||
|
|
|
@ -18969,17 +18969,8 @@ inferring type information using compile-time introspection.")
|
||||||
@item Inter-process locks
|
@item Inter-process locks
|
||||||
@item Generic helpers
|
@item Generic helpers
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(properties `((python2-variant . ,(delay python2-fasteners))))
|
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-fasteners
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-fasteners))))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-futures" ,python2-futures)
|
|
||||||
,@(package-propagated-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-requests-file
|
(define-public python-requests-file
|
||||||
(package
|
(package
|
||||||
(name "python-requests-file")
|
(name "python-requests-file")
|
||||||
|
|
Reference in a new issue