python312Packages.apprise: use pyproject = true
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user