python311Packages.oauthenticator: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 08:26:15 +01:00 committed by GitHub
parent d2a86561f8
commit 205ccf7d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@ buildPythonPackage rec {
--replace-fail " --cov=oauthenticator" ""
'';
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
jupyterhub
];