pythonPackages.pycparser: disable python 3.5

This commit is contained in:
Frederik Rietdijk 2016-01-24 15:52:40 +01:00
parent e09ad08442
commit 32582d2873

View file

@ -3797,6 +3797,9 @@ in modules // {
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
};
# Unsupported
disabled = isPy35;
meta = {
description = "C parser in Python";
homepage = https://github.com/eliben/pycparser;