pythonPackages.gpsoauth: add pythonImportsCheck
This commit is contained in:
parent
d9a2d30817
commit
ef6de88e51
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "gpsoauth" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A python client library for Google Play Services OAuth";
|
description = "A python client library for Google Play Services OAuth";
|
||||||
homepage = "https://github.com/simon-weber/gpsoauth";
|
homepage = "https://github.com/simon-weber/gpsoauth";
|
||||||
|
Loading…
Reference in New Issue
Block a user