gnu: python-apipkg: Remove Python 2 variant.
* gnu/packages/python-xyz.scm (python2-apipkg): Remove variable.master
parent
5098b90bf5
commit
0523ab2cb2
|
@ -9495,9 +9495,6 @@ pure Python module that works on virtually all Python versions.")
|
||||||
(home-page "https://github.com/pytest-dev/apipkg")
|
(home-page "https://github.com/pytest-dev/apipkg")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-apipkg
|
|
||||||
(package-with-python2 python-apipkg))
|
|
||||||
|
|
||||||
(define-public python-execnet
|
(define-public python-execnet
|
||||||
(package
|
(package
|
||||||
(name "python-execnet")
|
(name "python-execnet")
|
||||||
|
|
Reference in New Issue