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

Miro Hrončok notifications at github.com
Thu Feb 28 10:38:50 UTC 2019


nbsphinx 0.4.2 has:

```python
    install_requires=[
        'docutils',
        'jinja2',
        'nbconvert!=5.4',
        'traitlets',
        'nbformat',
        'sphinx>=1.6',
    ],
```

The resulting dependencies are:

```
python3.7dist(docutils)
python3.7dist(jinja2)
python3.7dist(nbformat)
python3.7dist(sphinx) >= 1.6
python3.7dist(traitlets)
```

Note that `nbformat` is missing entirely. It should probably be added as a boolean require on smaller or larger version.

-- 
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190228/b8661ef5/attachment-0001.html>


More information about the Rpm-maint mailing list