emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50213: closed ([PATCH] gnu: python-flask: Add missing propagated-inp


From: GNU bug Tracking System
Subject: bug#50213: closed ([PATCH] gnu: python-flask: Add missing propagated-inputs.)
Date: Tue, 18 Jun 2024 06:31:02 +0000

Your message dated Tue, 18 Jun 2024 06:30:27 +0000
with message-id <63c0a1a79472d930a967a0b152d06faa73cfda6c@dismail.de>
and subject line 
has caused the debbugs.gnu.org bug report #50213,
regarding [PATCH] gnu: python-flask: Add missing propagated-inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50213: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50213
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-flask: Add missing propagated-inputs. Date: Thu, 26 Aug 2021 11:08:20 -0400
* gnu/packages/python-web.scm (python-flask) [propagated-inputs]:
Add python-markupsafe, python-asgiref, and python-dotenv.
---
 gnu/packages/python-web.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index eefdb751a7..938b93a4ba 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2998,6 +2998,9 @@ minimum of WSGI.")
     (propagated-inputs
      `(("python-itsdangerous" ,python-itsdangerous)
        ("python-jinja2" ,python-jinja2)
+       ("python-markupsafe" ,python-markupsafe)
+       ("python-asgiref" ,python-asgiref)
+       ("python-dotenv" ,python-dotenv)
        ("python-click" ,python-click)
        ("python-werkzeug" ,python-werkzeug)))
     (home-page "https://www.palletsprojects.com/p/flask/";)
-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Date: Tue, 18 Jun 2024 06:30:27 +0000
Closing this since this ticket is way out of date.

all best,

jgart


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]