guix-devel
[Top][All Lists]
Advanced

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

Re: Python Site Package Syntax Runtime Error


From: Hartmut Goebel
Subject: Re: Python Site Package Syntax Runtime Error
Date: Mon, 20 Sep 2021 22:45:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Am 20.09.21 um 22:28 schrieb Antwane Mason:
        (snippet
         '(begin (substitute* "setup.py"
                   (("scripts=\\['onlykey_agent.py'\\]")
                    "py_modules=['onlykey_agent']"))
                 #t))))

Typically these kind of changes go into a phase. Search other package declarations for "substitute" to see how this is done. source-snippets are primary for removing binaries and proprietary code.

Regarding the other issue, I can't give any advice, since I don't know the code :-)

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

reply via email to

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