[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Getting rid of implicit Requires:
- From: "Tarjei Knapstad" <tarjei knapstad gmail com>
- To: RPM-list <rpm-list redhat com>
- Subject: Getting rid of implicit Requires:
- Date: Tue, 18 Sep 2007 12:29:12 +0200
Hi all,
I'm packaging some python scripts into an RPM. The first line of each
script has:
#!/usr/bin/env python
It seems like rpmbuild is adding this as an implicit requirement. My
problem is that if I build this on a box with python 2.3, the package
ends up requiring /usr/bin/python2.3. How can I get rid of this
implicitly added package requirement?
Regards,
--
Tarjei Knapstad
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]