python313Packages.pyswitchbot: remove disabled
Removed pythonOlder dependency and its usage.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
pyopenssl,
|
||||
pythonOlder,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
@@ -19,8 +18,6 @@ buildPythonPackage rec {
|
||||
version = "0.72.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Danielhiversen";
|
||||
repo = "pySwitchbot";
|
||||
|
||||
Reference in New Issue
Block a user