python312Packages.apprise: use pyproject = true

This commit is contained in:
TomaSajt
2024-05-07 21:09:50 +02:00
parent d9cc650f92
commit 75f054f52c
@@ -15,12 +15,13 @@
, pyyaml
, requests
, requests-oauthlib
, setuptools
}:
buildPythonPackage rec {
pname = "apprise";
version = "1.7.6";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -33,6 +34,11 @@ buildPythonPackage rec {
installShellFiles
];
build-system = [
babel
setuptools
];
propagatedBuildInputs = [
click
cryptography
@@ -43,7 +49,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
babel
gntp
paho-mqtt
pytest-mock