summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-29 10:22:55 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-29 10:58:23 -0500
commit8c9259aa1960e66536599174f7bd76b81bb210d6 (patch)
treecc54341779c8b383c23752245c83b869853ccf4b /gnu/packages/openstack.scm
parent10784fc28c5aadefdaf44c48299fe81234be746f (diff)
gnu: python2-debtcollector: Remove package.
* gnu/packages/openstack.scm (python2-debtcollector): Delete.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r--gnu/packages/openstack.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 6cd8a6fc2a1..52d598bcea7 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -135,18 +135,8 @@ formatters, and other extensions.")
135 "This package provides a collection of Python deprecation patterns and 135 "This package provides a collection of Python deprecation patterns and
136strategies that help you collect your technical debt in a non-destructive 136strategies that help you collect your technical debt in a non-destructive
137manner.") 137manner.")
138 (properties `((python2-variant . ,(delay python2-debtcollector))))
139 (license asl2.0))) 138 (license asl2.0)))
140 139
141(define-public python2-debtcollector
142 (let ((base (package-with-python2 (strip-python2-variant
143 python-debtcollector))))
144 (package
145 (inherit base)
146 (propagated-inputs
147 `(("python2-funcsigs" ,python2-funcsigs)
148 ,@(package-propagated-inputs base))))))
149
150(define-public python-hacking 140(define-public python-hacking
151 (package 141 (package
152 (name "python-hacking") 142 (name "python-hacking")