lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 3eff3ce23e724353bf07b6ddac71c57beebd7c82
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Nov 25 12:37:35 2021 +0100

    gnu: python-file: Remove obsolete #:configure-flags.
    
    * gnu/packages/python-xyz.scm (python-file)[#:configure-flags]: Remove.
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a6a62ac75..d33f457dd5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12530,7 +12530,6 @@ Python's @code{ctypes} foreign function interface 
(FFI).")
     (build-system python-build-system)
     (arguments
      '(#:tests? #f                                ;no tests
-       #:configure-flags '("--single-version-externally-managed" "--root=/")
        #:phases (modify-phases %standard-phases
                   (add-before 'build 'change-directory
                     (lambda _

Reply via email to