fedora-python / fedora-python/pyp2rpm
Conditionalized requirements are picked up anyway
Open
bug
- Dominant language
- Python
- Stars
- 129
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/jupyterlab/jupyterlab/blob/987702e76cb17265fa249ba67775e35804a69077/setup.py#L136
```
'futures;python_version<"3.0"',
'subprocess32;python_version<"3.0"'
```
Yet with `pyp2rpm -b3` I got this:
```
BuildRequires: python3dist(futures)
BuildRequires: python3dist(subprocess32)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.