10 buildPythonPackage rec {
11 pname = "aiosteamist";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-IKrAJ4QDcYJRO4hcomL9FRs8hJ3k7SgRgK4H1b8SxIM=";
28 propagatedBuildInputs = [
34 substituteInPlace pyproject.toml \
35 --replace "--cov=aiosteamist" "" \
36 --replace 'xmltodict = "^0.12.0"' 'xmltodict = "*"'
39 pythonImportsCheck = [
43 # Modules doesn't have test suite
47 description = "Module to control Steamist steam systems";
48 homepage = "https://github.com/bdraco/aiosteamist";
49 license = with licenses; [ asl20 ];
50 maintainers = with maintainers; [ fab ];