guix-commits
[Top][All Lists]
Advanced

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

15/30: gnu: python-mistletoe: Add missing inputs.


From: guix-commits
Subject: 15/30: gnu: python-mistletoe: Add missing inputs.
Date: Sun, 30 Jun 2024 03:40:31 -0400 (EDT)

lbraun pushed a commit to branch pyproject-build-system
in repository guix.

commit 4c9d49d615dda220650f4b7e52e4f008e43a5ed5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 20:33:08 2024 +0200

    gnu: python-mistletoe: Add missing inputs.
    
    * gnu/packages/markup.scm (python-mistletoe)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I01d0045855f85c2300ad987caf6d0345cf25599a
---
 gnu/packages/markup.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 2cc3d0415d..eac5dbda4f 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2022, 2024 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -56,6 +57,7 @@
   #:use-module (gnu packages perl-compression)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages tex)
   #:use-module (gnu packages web)
@@ -602,7 +604,9 @@ with a few extensions.")
     (arguments
      ;; FileNotFoundError (not distributed in PyPI).
      (list #:test-flags #~(list "-k" "not test_main")))
-    (native-inputs (list python-parameterized python-pytest))
+    (native-inputs
+     (list python-parameterized python-pytest
+           python-setuptools python-wheel))
     (home-page "https://github.com/miyuchina/mistletoe";)
     (synopsis "Extensible Markdown parser in pure Python")
     (description



reply via email to

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