python2Packages.ordered-set: disable python2, abandoned

This commit is contained in:
Jonathan Ringer 2020-06-16 14:10:30 -07:00
parent d017475b75
commit bbaeb07059

View file

@ -1,8 +1,9 @@
{ buildPythonPackage, fetchPypi, lib, pytest }:
{ buildPythonPackage, fetchPypi, lib, isPy27, pytest }:
buildPythonPackage rec {
pname = "ordered-set";
version = "4.0.1";
disabled = isPy27;
checkInputs = [ pytest ];