pythonPackages.etelemetry: disabled python2, abandoned
This commit is contained in:
parent
03b2293d8b
commit
e6f7592065
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, requests, pytest }:
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27, requests, pytest }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.2.1";
|
||||
pname = "etelemetry";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue