python312Packages.pytedee-async: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 08:28:43 +01:00 committed by GitHub
parent dcb6e92ae7
commit 8a879f3759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, setuptools
, pythonOlder
, aiohttp
, setuptools
}:
buildPythonPackage rec {
@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-5mCHCzoDJ6+ao2guhAtVjvPaAS6Hutn+NwaQIjWDlgo=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
];