python-packages pep8: disabled for Python 3.5
Because pep8 doesn't yet support Python 3.5.
This commit is contained in:
parent
8ee39c6d2a
commit
e683272e7e
@ -10021,6 +10021,8 @@ let
|
||||
name = "pep8-${version}";
|
||||
version = "1.6.2";
|
||||
|
||||
disabled = isPy35; # Not yet supported
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pep8/${name}.tar.gz";
|
||||
sha256 = "1zybkcdw1sx84dvkfss96nhykqg9bc0cdpwpl4k9wlxm61bf7dxq";
|
||||
|
Loading…
Reference in New Issue
Block a user