python310Packages.snitun: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-03-03 23:57:11 +01:00
committed by Martin Weinelt
parent f158cca1b8
commit 020c62dd37
@@ -7,11 +7,15 @@
, fetchFromGitHub
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "snitun";
version = "0.33.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "NabuCasa";