From 674c7b765a19c3da6cff639639c01ea4111936a7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:46:51 -0400 Subject: gnu: Remove python2-pycodestyle. * gnu/packages/python-xyz.scm (python2-pycodestyle): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1044fb540..e47d1ca8bf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6710,9 +6710,6 @@ Python code against some of the style conventions in @url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.") (license license:expat))) -(define-public python2-pycodestyle - (package-with-python2 python-pycodestyle)) - (define-public python-pycodestyle-2.6 (package (inherit python-pycodestyle) -- cgit v1.2.3