python2Packages.versioneer: disable python2
This commit is contained in:
parent
05d4955a96
commit
a0ea37d21d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy27 }:
|
||||
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
||||
pname = "versioneer";
|
||||
version = "0.19";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue