all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Morgan.J.Smith@outlook.com
To: monego@posteo.net, 51587@debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith@outlook.com>
Subject: [bug#51587] [PATCH v2 2/3] gnu: python-feedparser: Add input
Date: Thu, 11 Nov 2021 10:30:04 -0500	[thread overview]
Message-ID: <BYAPR05MB4023BA956C9D9C549E98B379C5949@BYAPR05MB4023.namprd05.prod.outlook.com> (raw)
In-Reply-To: <20211111153005.3326-1-Morgan.J.Smith@outlook.com>

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/web.scm (python-feedparser) [propagated-inputs]: Add
python-sgmllib3k
---
 gnu/packages/web.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a08440887f..20bb86ccf6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4773,6 +4773,8 @@ (define-public python-feedparser
         (base32
          "0x0hm9brh3j71645pydvlkrwxaaca9dnwd7xahwjyjaz882s200v"))))
     (build-system python-build-system)
+    (propagated-inputs
+     `(("python-sgmllib3k" ,python-sgmllib3k)))
     (arguments
      '(#:tests? #f))
     (home-page
-- 
2.33.1





  parent reply	other threads:[~2021-11-11 15:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20211111153005.3326-1-Morgan.J.Smith@outlook.com>
2021-11-11 15:30 ` [bug#51587] [PATCH v2 1/3] gnu: Add python-sgmllib3k Morgan.J.Smith
2021-11-12 22:59   ` bug#51587: [PATCH 0/3] Add rss2email Ludovic Courtès
2021-11-11 15:30 ` Morgan.J.Smith [this message]
2021-11-11 15:30 ` [bug#51587] [PATCH v2 3/3] gnu: " Morgan.J.Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BYAPR05MB4023BA956C9D9C549E98B379C5949@BYAPR05MB4023.namprd05.prod.outlook.com \
    --to=morgan.j.smith@outlook.com \
    --cc=51587@debbugs.gnu.org \
    --cc=monego@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.