gnu: python2-debtcollector: Remove package.
* gnu/packages/openstack.scm (python2-debtcollector): Delete.master
parent
10784fc28c
commit
8c9259aa19
|
@ -135,18 +135,8 @@ formatters, and other extensions.")
|
||||||
"This package provides a collection of Python deprecation patterns and
|
"This package provides a collection of Python deprecation patterns and
|
||||||
strategies that help you collect your technical debt in a non-destructive
|
strategies that help you collect your technical debt in a non-destructive
|
||||||
manner.")
|
manner.")
|
||||||
(properties `((python2-variant . ,(delay python2-debtcollector))))
|
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
(define-public python2-debtcollector
|
|
||||||
(let ((base (package-with-python2 (strip-python2-variant
|
|
||||||
python-debtcollector))))
|
|
||||||
(package
|
|
||||||
(inherit base)
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-funcsigs" ,python2-funcsigs)
|
|
||||||
,@(package-propagated-inputs base))))))
|
|
||||||
|
|
||||||
(define-public python-hacking
|
(define-public python-hacking
|
||||||
(package
|
(package
|
||||||
(name "python-hacking")
|
(name "python-hacking")
|
||||||
|
|
Reference in New Issue