pythonPackages.GitPython: disable python2

no longer supported
This commit is contained in:
Jonathan Ringer 2019-10-26 15:40:15 -07:00 committed by Frederik Rietdijk
parent ea1fc916a0
commit d118e8d185

View file

@ -3,6 +3,7 @@
buildPythonPackage rec {
version = "3.0.4";
pname = "GitPython";
disabled = isPy27; # no longer supported
src = fetchPypi {
inherit pname version;