python.pkgs.recaptcha-client: disable broken versions

It seems that the recaptcha-client package is no longer maintained.

* The latest released version (1.0.6) is from the year 2011;
* The project page does not mention which Python versions are supported
* The project is hosted on google code, which is discontinued

I was able to succesfully build with Python versions 3.3, 3.4, but not
3.5, 3.6.

authored by Klaas van Schelven and committed by Jörg Thalheim bdb120c2 85fd4f7c

+2
+2
pkgs/top-level/python-packages.nix
··· 18717 18717 sha256 = "28c6853c1d13d365b7dc71a6b05e5ffb56471f70a850de318af50d3d7c0dea2f"; 18718 18718 }; 18719 18719 18720 + disabled = isPy35 || isPy36; 18721 + 18720 18722 meta = { 18721 18723 description = "A CAPTCHA for Python using the reCAPTCHA service"; 18722 18724 homepage = http://recaptcha.net/;