bdist_rpm with --requires and version

thomas.lehmann at teamaol.com thomas.lehmann at teamaol.com
Fri Nov 7 10:18:15 EST 2014


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 wanted.

How to do it right?



More information about the Python-list mailing list