all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: Building packages with python-3.4
Date: Mon, 24 Oct 2016 22:58:38 +0200	[thread overview]
Message-ID: <87k2cxzcox.fsf@gnu.org> (raw)
In-Reply-To: <20161012215214.GA17635@jasmine> (Leo Famulari's message of "Wed, 12 Oct 2016 17:52:14 -0400")

Leo Famulari <leo@famulari.name> skribis:

> On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case
> we needed it.
>
> I recently tried building python-cryptography with 3.4.5, like this:
>
>     (arguments
>      `(#:python ,python-3.4))
>
> But, it fails like this:
>
> patch-shebang: ./setup.py: warning: no binary for interpreter `python' found in $PATH

I think you need to write:

  (arguments
   `(#:python ,(wrap-python3 python-3.4)))

That will provide ‘python’ and other commands without the ‘3’ prefix.

HTH, and sorry for the delay!

Ludo’.

  reply	other threads:[~2016-10-24 20:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 21:52 Building packages with python-3.4 Leo Famulari
2016-10-24 20:58 ` Ludovic Courtès [this message]
2016-10-28 16:33   ` Leo Famulari
2016-10-28 20:00     ` Ricardo Wurmus

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=87k2cxzcox.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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.