8 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-gmmW10xaqfS2kWGVVHMSrGOEusOBC4UXBj8pMkgle3I=";
19 nativeBuildInputs = [ setuptools ];
21 pythonImportsCheck = [ "autopage" ];
24 description = "Library to provide automatic paging for console output";
25 homepage = "https://github.com/zaneb/autopage";
26 license = licenses.asl20;
27 maintainers = teams.openstack.members;