python312Packages.pysnmp-pysmi: refactor

This commit is contained in:
Fabian Affolter 2024-04-03 21:09:04 +02:00 committed by GitHub
parent 5ece558806
commit 284e207f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,11 @@ buildPythonPackage rec {
hash = "sha256-dK02y8HXhwq1W6NOYsycjTpIMxoQY4qNT4n8TEycmWM=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
ply
requests
];