gnu: python-apipkg: Remove Python 2 variant.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 21 May 2020 02:54:40 +0000 (04:54 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 21 May 2020 04:02:10 +0000 (06:02 +0200)
* gnu/packages/python-xyz.scm (python2-apipkg): Remove variable.

gnu/packages/python-xyz.scm

index a0f44dd..02e406e 100644 (file)
@@ -9495,9 +9495,6 @@ pure Python module that works on virtually all Python versions.")
     (home-page "https://github.com/pytest-dev/apipkg")
     (license license:expat)))
 
-(define-public python2-apipkg
-  (package-with-python2 python-apipkg))
-
 (define-public python-execnet
   (package
     (name "python-execnet")