unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ian Eure <ian@retrospec.tv>
To: 74893@debbugs.gnu.org
Cc: Ian Eure <ian@retrospec.tv>
Subject: [bug#74893] [PATCH] gnu: python-jellyfin-apiclient: Fix build.
Date: Sun, 15 Dec 2024 10:30:19 -0800	[thread overview]
Message-ID: <20241215183019.2318-1-ian@retrospec.tv> (raw)

* gnu/packages/python-xyz.scm (python-jellyfin-apiclient)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I8966718c60e44e398ab56ace905f4105a8a44569
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ec71a6b614..99d2fe983e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28080,6 +28080,7 @@ (define-public python-jellyfin-apiclient
        (sha256
         (base32 "0r67cp9nizvn3cbslgi30zpd3mw4a6zal0ygik3jv5lni1xdkk5w"))))
     (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel))
     (propagated-inputs (list python-certifi python-requests python-urllib3
                              python-websocket-client))
     (home-page "https://github.com/jellyfin/jellyfin-apiclient-python")
-- 
2.46.0





             reply	other threads:[~2024-12-15 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-15 18:30 Ian Eure [this message]
2024-12-15 18:58 ` bug#74893: [PATCH] gnu: python-jellyfin-apiclient: Fix build Ricardo Wurmus

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20241215183019.2318-1-ian@retrospec.tv \
    --to=ian@retrospec.tv \
    --cc=74893@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).