pythonPackages.GitPython: disable python2
no longer supported
This commit is contained in:
parent
ea1fc916a0
commit
d118e8d185
@ -3,6 +3,7 @@
|
||||
buildPythonPackage rec {
|
||||
version = "3.0.4";
|
||||
pname = "GitPython";
|
||||
disabled = isPy27; # no longer supported
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user