Permit comparison operator strings (<, >= etc) in python ds constructor
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 16 Dec 2010 12:11:25 +0000 (14:11 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Dec 2010 09:49:51 +0000 (11:49 +0200)
commit98b69e4367ff93de7f9652bdc6072ebc6c911973
treea5b36508a9406c3d7d70fa416792a433c18c1007
parent56f64bb012b87143d6b28d22198be65b84afbaa6
Permit comparison operator strings (<, >= etc) in python ds constructor
- Creating ('foo', '>=', '1.2') dependency is much nicer than
  or'ing rpm.RPMSENSE_FOO for flags. Allow (but validate) the string
  usage, ints get passed as is.
(cherry picked from commit bf37b06d19b769572c06a667b31164d6ed279155)
python/rpmds-py.c