python311Packages.oslo-concurrency: unbreak on Darwin
This commit is contained in:
parent
3daee89c84
commit
82e5f40490
@ -1,5 +1,4 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
@ -71,7 +70,6 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "oslo_concurrency" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Oslo Concurrency library";
|
||||
mainProgram = "lockutils-wrapper";
|
||||
homepage = "https://github.com/openstack/oslo.concurrency";
|
||||
|
Loading…
Reference in New Issue
Block a user