Cyril Roelandt <tipec...@gmail.com> writes: > * gnu/packages/python.scm (python-mccabe-0.2.1, > python2-mccabe-0.2.1): New variables. > --- > gnu/packages/python.scm | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 0117eb7..cecd750 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -4464,6 +4464,24 @@ complexity of Python source code.") > (define-public python2-mccabe > (package-with-python2 python-mccabe)) > > +;; XXX Hacking requires this specific version of mccabe. ^^^ > +;; This should be removed ASAP. > +(define-public python-mccabe-0.2.1
Could you be more precise about what package(s) or context requires it? Otherwise LGTM. Thanks. -- Mathieu Lirzin