On Sat, Nov 8, 2014 at 2:18 AM, wrote:
> But how to? ...
> python setup.py bdist_rpm --requires=another-package>=2.1
>
> Of course this will generate a "=2.1" file which is
> of course not wanted.
What shell are you on? On POSIX shells, just quote or escape the
relevant part. On Windows... I'm
Hi,
using the RPM build I wonder how I can require a certain version
of another RPM like:
Working:
python setup.py bdist_rpm --requires=another-package
But how to? ...
python setup.py bdist_rpm --requires=another-package>=2.1
Of course this will generate a "=2.1" file which is
of course not