Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

Invalid setup_requires #12

Closed npmccallum closed 10 years ago

npmccallum commented 10 years ago

setup.py lists nose >= 1.0 as a requirement for setup. But this is not actually a requirement as it is just used for tests. Either remove it, or move it to tests_require.

The problem with the current requirement is that it doesn't work well with Linux package management systems. In particular, the version requirement of nose prevents the use of this package on older systems.