home-assistant: relax lru-dict constraint, clean up

This commit is contained in:
Martin Weinelt 2023-11-29 10:32:26 +01:00
parent 59f02031e9
commit e9babd935d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -329,7 +329,7 @@ in python.pkgs.buildPythonApplication rec {
format = "pyproject";
# check REQUIRED_PYTHON_VER in homeassistant/const.py
disabled = python.pythonOlder "3.10";
disabled = python.pythonOlder "3.11";
# don't try and fail to strip 6600+ python files, it takes minutes!
dontStrip = true;
@ -351,28 +351,13 @@ in python.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python.pkgs; [
pythonRelaxDepsHook
setuptools
wheel
];
pythonRelaxDeps = [
"aiohttp"
"attrs"
"awesomeversion"
"bcrypt"
"ciso8601"
"cryptography"
"home-assistant-bluetooth"
"httpx"
"ifaddr"
"lru-dict"
"orjson"
"pip"
"PyJWT"
"pyOpenSSL"
"PyYAML"
"requests"
"typing-extensions"
"voluptuous-serialize"
"yarl"
];
# extract translations from pypi sdist