python2Packages.traits: disable python2, abandoned
This commit is contained in:
parent
9b38751608
commit
024a30e9f2
@ -1,6 +1,7 @@
|
||||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, python
|
||||
, pytest
|
||||
, numpy
|
||||
@ -9,6 +10,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "traits";
|
||||
version = "6.1.0";
|
||||
disabled = isPy27; # setup.py no longer py3 compat
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user