mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.lazr-delegate: broken with setuptools>=82
This commit is contained in:
@@ -29,6 +29,7 @@ buildPythonPackage rec {
|
||||
pythonNamespaces = [ "lazr" ];
|
||||
|
||||
meta = {
|
||||
broken = lib.versionAtLeast setuptools.version "82"; # pkg_resources at runtime
|
||||
description = "Easily write objects that delegate behavior";
|
||||
homepage = "https://launchpad.net/lazr.delegates";
|
||||
changelog = "https://git.launchpad.net/lazr.delegates/tree/NEWS.rst?h=${version}";
|
||||
|
||||
Reference in New Issue
Block a user