python310Packages.dbus-python-client-gen: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-03-13 10:45:32 +01:00
committed by GitHub
parent 9abb4679bc
commit 3f90d05499
@@ -4,11 +4,15 @@
, into-dbus-python
, dbus-python
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "dbus-python-client-gen";
version = "0.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "stratis-storage";