tuya / tuya-device-sharing-sdk

Tuya Device Sharing SDK
MIT License
19 stars 6 forks source link

Missing `requirements.txt` in published PyPi package #10

Open aciceri opened 6 months ago

aciceri commented 6 months ago

I'm not confident saying it but I believe it's supposed to be part of the PyPI package tarball.

Having the requirements.txt file published on the PyPi tarball would also avoid this workaround in the nixpkgs package definition.

cc @mweinelt

mweinelt commented 6 months ago

I can confidently say that the sdist on PyPi is broken, because there is a requirement in the setuptools install routine.

https://github.com/tuya/tuya-device-sharing-sdk/blob/9bfb454a7975e84145fac607cbc5060c77bc91c4/setup.py#L6-L8