mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
python312Packages.mrjob: disable
This commit is contained in:
parent
1beb205d50
commit
973f67ed60
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, pythonAtLeast
|
||||
, fetchFromGitHub
|
||||
|
||||
# propagates
|
||||
@ -25,7 +26,9 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "mrjob";
|
||||
version = "0.7.4";
|
||||
format = "setuptools";
|
||||
|
||||
# https://github.com/Yelp/mrjob/issues/2222
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Yelp";
|
||||
|
Loading…
Reference in New Issue
Block a user