Hi,

Currently my .spec file for my tools build contains python requirement as 
```
Requires: python
```
But this seems to sometimes not work on Amazon Linux, where by default `python` 
installed is `v2.7.13/14` . This creates problem when trying to install my 
package. (even though `/usr/bin/python` is present)
As a workaround, I just manually install python again using `yum install 
python`, which installs `python v2.6.9`. 
I have tried `Requires: python >= 2.6`, but still it doesn't seem to fix this 
issue.
Can you suggest something.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/598
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to