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