pexpect / ptyprocess

Run a subprocess in a pseudo terminal
https://ptyprocess.readthedocs.io/en/latest/
Other
222 stars 71 forks source link

ptyprocess 0.5.1 and 0.5.2 appear to be missing the setup.py file. #44

Closed bignordique closed 6 years ago

takluyver commented 6 years ago

If you get the tarball from PyPI, it contains a setup.py file. There isn't one in the git repository because it's packaged using Flit, which doesn't need one. The one in the tarball is autogenerated.

bignordique commented 6 years ago

Don't know much about Python distro tools.

I'm including ptyprocess in a Yocto build. Yocto does require setup.py.