dockerpty depends on docker-py even when it doesn't import it. This library imports docker-py only in tests, otherwise it expects to get Client instance. The only `import docker` in code is in this commentary: ``` class PseudoTerminal(object): """ Wraps the pseudo-TTY (PTY) allocated to a docker container. The PTY is managed via the current process' TTY until it is closed. Example: import docker ``` Can we remove the dependency then?
Just realized I'm committer so I'm able to do the change. Adam, are you okay with this?
Since this is breaking docker-compose in rawhide, I proceeded with a build.
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
https://koji.fedoraproject.org/koji/buildinfo?buildID=861385
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days