[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Automatic python requires
- From: Christian Iseli <Christian Iseli unil ch>
- To: fedora-devel-list redhat com
- Subject: Re: Automatic python requires
- Date: Wed, 30 Apr 2008 09:03:05 +0200
On Tue, 29 Apr 2008 17:05:19 -0600, Orion Poplawski wrote:
> Patrice Dumas wrote:
> > Unless I am wrong, the dependency appears through the shebang.
>
> That could be the issue, /usr/bin/scons has:
>
> #! /usr/bin/env python
Yea, I think I remember similar issues with /usr/bin/env perl.
Given that we are packaging for a specific distro, I think the case
could even be argued that the packager should replace all
#! /usr/bin/env <interpreter>
with
#! /usr/bin/<interpreter>
to make the distro consistent.
Cheers,
Christian
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]