Merge pull request from arkivm/darwin/enable-osc-lib

This commit is contained in:
Sandro 2023-01-02 23:59:17 +01:00 committed by GitHub
commit 6a27e817b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "osc_lib" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "OpenStackClient Library";
homepage = "https://github.com/openstack/osc-lib";
license = licenses.asl20;