all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 74923@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#74923] [PATCH 2/2] gnu: python-pymarshal: Fix build.
Date: Tue, 17 Dec 2024 13:49:54 +0530	[thread overview]
Message-ID: <c4c4d2b15953eb9ee2f1b134e8b1ee516466a2e8.1734423594.git.sughosha@disroot.org> (raw)
In-Reply-To: <a6901184f7ac56bc75b510559d19caa960a00729.1734423594.git.sughosha@disroot.org>

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

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9dc46634bb..07a5469f04 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4841,7 +4841,7 @@ (define-public python-pymarshal
      ;; "CovReportWarning: Failed to generate report: No data to report."
      (list #:tests? #f))
     (native-inputs
-     (list python-pytest python-pytest-cov))
+     (list python-pytest python-pytest-cov python-setuptools python-wheel))
     (propagated-inputs (list python-bson python-pyyaml))
     (home-page "https://gitlab.com/d3v-t00lz/pymarshal")
     (synopsis "Pythonic implementation of Golang struct (un)marshalling")
-- 
2.46.0





      reply	other threads:[~2024-12-17  8:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-17  8:16 [bug#74923] [PATCH 0/2] gnu: stargate: Fix build Sughosha via Guix-patches via
2024-12-17  8:19 ` [bug#74923] [PATCH 1/2] gnu: python-mido: " Sughosha via Guix-patches via
2024-12-17  8:19   ` Sughosha via Guix-patches via [this message]

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=c4c4d2b15953eb9ee2f1b134e8b1ee516466a2e8.1734423594.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=74923@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=sughosha@disroot.org \
    --cc=tanguy@bioneland.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 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.