rekado pushed a commit to branch master
in repository guix.

commit c906ed028e46136b4f2eed909ed0537a871252af
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jan 4 21:30:47 2025 +0100

    gnu: Remove python-fastapi-for-pytorch-lightning.
    
    * gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): Remove
    variable.
    
    Change-Id: I5cc49baae28ee512698e2e4e25ed99b3655d653a
---
 gnu/packages/python-web.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 27e2a51d67..4c307b5035 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -9896,21 +9896,6 @@ and FastAPI.")
 starlette.")
     (license license:expat)))
 
-(define-public python-fastapi-for-pytorch-lightning
-  (package
-    (inherit python-fastapi)
-    (name "python-fastapi")
-    (version "0.88.0")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "fastapi" version))
-              (sha256
-               (base32
-                "00pznprvjvrkiqcvn0ksz1pq5n2cgmxhk0gc0mb7q3ha302g6nwi"))))
-    (propagated-inputs
-     (modify-inputs (package-propagated-inputs python-fastapi)
-       (replace "python-starlette" python-starlette-for-fastapi-0.88)))))
-
 (define-public python-fastapi-csrf-protect
   (package
     (name "python-fastapi-csrf-protect")

Reply via email to