rekado pushed a commit to branch python-team
in repository guix.

commit 86631897caa19606c407729818c21229f44ed947
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Feb 27 08:40:50 2024 +0100

    gnu: meson-python: Do not delete LICENSES directory.
    
    * gnu/packages/build-tools.scm (meson-python)[arguments]: Remove custom
    phases.
    
    Change-Id: I653d18200dbb718791b3e193105b7ce9b22aa6e2
---
 gnu/packages/build-tools.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index bce9e81d23..8fec2f8e2f 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -358,14 +358,7 @@ resembles Python.")
      (list #:test-flags #~(list "tests"
                                 ;; The test_pep518 tries to install
                                 ;; dependencies from the network using pip.
-                                "-k" "not test_pep518")
-           #:phases
-           '(modify-phases %standard-phases
-              ;; This additional top directory confuses setuptools.  We could
-              ;; work around this by overriding the detection of the project
-              ;; directory, but deleting this directory is easier.
-              (add-after 'unpack 'delete-directory
-                (lambda _ (delete-file-recursively "LICENSES"))))))
+                                "-k" "not test_pep518")))
     (propagated-inputs
      (list meson
            ninja

Reply via email to