diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:22:55 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:58:23 -0500 |
commit | 8c9259aa1960e66536599174f7bd76b81bb210d6 (patch) | |
tree | cc54341779c8b383c23752245c83b869853ccf4b | |
parent | 10784fc28c5aadefdaf44c48299fe81234be746f (diff) | |
download | guix-8c9259aa1960e66536599174f7bd76b81bb210d6.tar.gz |
gnu: python2-debtcollector: Remove package.
* gnu/packages/openstack.scm (python2-debtcollector): Delete.
-rw-r--r-- | gnu/packages/openstack.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 6cd8a6fc2a..52d598bcea 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -135,18 +135,8 @@ formatters, and other extensions.") "This package provides a collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.") - (properties `((python2-variant . ,(delay python2-debtcollector)))) (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 (package (name "python-hacking") |