mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python3Packages.auth0-python: add format
This commit is contained in:
parent
4a7af7ef37
commit
c71d325d7e
@ -10,6 +10,9 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "auth0-python";
|
||||
version = "3.20.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@ -33,7 +36,9 @@ buildPythonPackage rec {
|
||||
"test_options_are_used_and_override"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "auth0" ];
|
||||
pythonImportsCheck = [
|
||||
"auth0"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Auth0 Python SDK";
|
||||
|
Loading…
Reference in New Issue
Block a user