python311Packages.pubnub: refactor

This commit is contained in:
Fabian Affolter 2024-02-09 08:29:06 +01:00 committed by GitHub
parent b5d31c96fd
commit 669c40f601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,13 @@
, pytest-asyncio
, requests
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "pubnub";
version = "7.4.0";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,6 +27,10 @@ buildPythonPackage rec {
hash = "sha256-XYovKAk2GEMi7GE/DVtLjMbww7guGkZzDOHC7Z6ZpJo=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
cbor2