diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-11 23:12:35 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:09 +0000 |
commit | 8d5c2f02a294d25b9f83816c5a082d71a1b89850 (patch) | |
tree | 7f5e67d439bc6dfefa461326a87b028267361b3a /gnu/packages | |
parent | a2fbf6879c7aefb391952a3478a05a1cfb9801ed (diff) | |
download | guix-8d5c2f02a294d25b9f83816c5a082d71a1b89850.tar.gz guix-8d5c2f02a294d25b9f83816c5a082d71a1b89850.zip |
gnu: Remove python-pluggy-next.
* gnu/packages/python-build.scm (python-pluggy-next): Delete variable.
Change-Id: I330400172055bcee35161fcc6a151f6ecada3d8e
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-build.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 62fa7a65e9..d91a5a5b3c 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -91,18 +91,6 @@ matching of file paths.") stripped of Pytest specific details.") (license license:expat))) -(define-public python-pluggy-next - (package/inherit python-pluggy - (name "python-pluggy") - (version "1.5.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pluggy" version)) - (sha256 - (base32 "1w8c3mpliqm9biqw75ci8cfj1x5pb6g5zwblqp27ijgxjj7aizrc")))) - (build-system pyproject-build-system))) - (define-public python-toml (package (name "python-toml") |