gnu: Add python2-objgraph.

* gnu/packages/python-xyz.scm (python2-objgraph): New public variable.
This commit is contained in:
Marius Bakke 2020-01-16 18:44:32 +01:00
parent eebc03bbb8
commit ffe58d1d44
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10006,6 +10006,9 @@ (define-public python-objgraph
graphviz.")
(license license:expat)))
(define-public python2-objgraph
(package-with-python2 python-objgraph))
(define-public python-gevent
(package
(name "python-gevent")