pythonPackages.breathe: python2 no longer supported

This commit is contained in:
Jonathan Ringer 2019-12-22 15:32:29 -08:00 committed by Frederik Rietdijk
parent eafae36fa7
commit 2efeffb97b

View File

@ -1,8 +1,9 @@
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k }: { lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k, isPy27 }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.14.0"; version = "4.14.0";
pname = "breathe"; pname = "breathe";
disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;