python312Packages.duo-client: refactor

This commit is contained in:
Fabian Affolter 2024-03-26 11:37:45 +01:00 committed by GitHub
parent e5103b5b15
commit 0d61444119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,15 +26,15 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements-dev.txt \
--replace "dlint" "" \
--replace "flake8" ""
--replace-fail "dlint" "" \
--replace-fail "flake8" ""
'';
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
six
];