python310Packages.pyintesishome: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter 2023-08-09 21:58:32 +02:00 committed by GitHub
parent 262fe5d026
commit 9c8a396856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,15 @@
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
}:
buildPythonPackage rec {
pname = "pyintesishome";
version = "1.8.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "jnimmo";