From 72b519f4c935fdc150e567b034a2014f2fe4fe6b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 17:45:39 -0400 Subject: [PATCH] gnu: Remove python2-file. * gnu/packages/python-xyz.scm (python2-file): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0aa870dc06..bd312c36a6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13430,9 +13430,6 @@ (define-public python-file developed separately, both serve the same purpose: provide Python bindings for libmagic."))) -(define-public python2-file - (package-with-python2 python-file)) - (define-public python-pydevd ;; Use the latest commit, which includes cleanups that removes Python 2 ;; syntax that would fail to build.