summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-21 04:54:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-21 06:02:10 +0200
commit0523ab2cb28c4700620952a451e1aaa61cd7924b (patch)
tree8a004d5ee6a7f6535dfa5de6de7335d3f0868eaf
parent5098b90bf5cb52f80011e023d821dfa8bcb74b32 (diff)
downloadpatches-0523ab2cb28c4700620952a451e1aaa61cd7924b.tar
patches-0523ab2cb28c4700620952a451e1aaa61cd7924b.tar.gz
gnu: python-apipkg: Remove Python 2 variant.
* gnu/packages/python-xyz.scm (python2-apipkg): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a0f44dde8b..02e406e5f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")