mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python2Packages.ordered-set: disable python2, abandoned
This commit is contained in:
parent
d017475b75
commit
bbaeb07059
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user