mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
pythonPackages.vulture: disable python2
This commit is contained in:
parent
fcb85c4f09
commit
baf247e2f9
@ -1,8 +1,9 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, coverage, pytest, pytestcov }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy27, coverage, pytest, pytestcov }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vulture";
|
||||
version = "2.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user