11 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-pUU0rPm4m8ftJkgHATtQW/B/dNvkvPo30yvQY4cLCHw=";
21 propagatedBuildInputs = [
25 ] ++ lib.optionals (pythonOlder "3.8") [
30 pythonImportsCheck = [ "stevedore" ];
33 description = "Manage dynamic plugins for Python applications";
34 homepage = "https://docs.openstack.org/stevedore/";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ fab ];