[Rpm-maint] [rpm-software-management/rpm] Python generators: Fails to add != dependency (#639)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Sat Mar 2 17:34:55 UTC 2019


@hroncok How would we translate `'nbconvert!=5.4'`?

Would we go with `Requires: (python3.7dist(nbconvert) < 5.4 with python3.7dist(nbconvert) > 5.4)`?

Or would we enable Conflicts generation and translate this into the following?

```specfile
Requires: python3.7dist(nbconvert)
Conflicts: python3.7dist(nbconvert) = 5.4
```

-- 
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/639#issuecomment-468941753
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190302/d6ca4eb1/attachment.html>


More information about the Rpm-maint mailing list