GNU bug report logs - #55831
Add python-platformio and dependencies

Previous Next

Package: guix-patches;

Reported by: Peter Polidoro <peter <at> polidoro.io>

Date: Tue, 7 Jun 2022 14:29:01 UTC

Severity: normal

Full log


Message #11 received at 55831 <at> debbugs.gnu.org (full text, mbox):

From: peter <at> polidoro.io
To: 55831 <at> debbugs.gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH] Add extra dependencies to python-starlette
Date: Tue,  7 Jun 2022 12:45:12 -0400
From: Peter Polidoro <peter <at> polidoro.io>

---
 gnu/packages/python-web.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 874ef73093..9a3a11c7d1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1211,7 +1211,13 @@ (define-public python-starlette
                (base32
                 "1si8plb5lgwkcaqzccrrisiksdrxldq94kij73i0mizn7l42g0nx"))))
     (build-system python-build-system)
-    (propagated-inputs (list python-anyio python-typing-extensions))
+    (propagated-inputs (list python-anyio
+                             python-typing-extensions
+                             python-itsdangerous
+                             python-jinja2
+                             python-multipart
+                             python-pyyaml
+                             python-requests))
     (home-page "https://github.com/encode/starlette")
     (synopsis "Lightweight ASGI framework for building async web services in Python")
     (description "This package is a lightweight Asynchronous Server Gateway Interface for
-- 
2.36.1





This bug report was last modified 3 years and 36 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.