mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:18:26 +01:00
pythonPackages.gpsoauth: add pythonImportsCheck
This commit is contained in:
parent
d9a2d30817
commit
ef6de88e51
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
||||
|
||||
# no tests executed
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "gpsoauth" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A python client library for Google Play Services OAuth";
|
||||
homepage = "https://github.com/simon-weber/gpsoauth";
|
||||
|
|
Loading…
Reference in a new issue