hooks icon indicating copy to clipboard operation
hooks copied to clipboard

[conan center] disallow six

Open SSE4 opened this issue 5 years ago • 0 comments

/cc @uilianries @jgsogo there is some probability, that in the future conan might remove six dependency. there are some existing recipes (example https://github.com/conan-io/conan-center-index/pull/1060/files) using six (for StringIO, urllib, etc.). we might disallow the following statements in the hook:

import six
from six import
from six.<whatever> import

SSE4 avatar Apr 28 '20 12:04 SSE4