ctalkington/python-rokuecp

'requirements.txt' is missing in Pypi's SDIST Archive, can't compile

onkelbeh opened this issue · 1 comments

https://github.com/ctalkington/python-rokuecp:

python3.7 setup.py build -j 10
Traceback (most recent call last):
  File "setup.py", line 44, in <module>
    install_requires=list(val.strip() for val in open("requirements.txt")),
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
 * ERROR: dev-python/rokuecp-0.5.0::HomeAssistantRepository failed (compile phase):
 *   (no error message)

Checked and confirmed for

  1. rokuecp-0.2.3
  2. rokuecp-0.3.2
  3. rokuecp-0.4.0
  4. rokuecp-0.4.1
  5. rokuecp-0.4.2
  6. rokuecp-0.5.0
  7. rokuecp-0.6.0

The archives from github can be compiled.

Thanks!