conda-forge / conda-forge/python-jose-feedstock
The package is breaking `pip check`
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
Issue:
In python-keycloak (that depends on this package), the `pip check` command was added as test. But it fails because this package is raising missing dependencies:
```
python-jose 3.1.0 requires ecdsa, which is not installed.
python-jose 3.1.0 requires pyasn1, which is not installed.
python-jose 3.1.0 requires rsa, which is not installed.
```
Contributor guide
Assessment
This issue has not been assessed yet.