10 buildPythonPackage rec {
11 pname = "click-threading";
15 inherit pname version;
16 hash = "sha256-rc/mI8AqWVwQfDFAcvZ6Inj+TrQLcsDRoskDzHivNDk=";
19 nativeCheckInputs = [ pytest ];
20 propagatedBuildInputs = [ click ] ++ lib.optional (!isPy3k) futures;
26 # Tests are broken on 3.x
30 homepage = "https://github.com/click-contrib/click-threading/";
31 description = "Multithreaded Click apps made easy";
32 license = lib.licenses.mit;