python.pkgs.gpsoauth: 0.2.0 -> 0.4.1
This commit is contained in:
parent
b0c44debac
commit
023580878c
@ -10,7 +10,7 @@
|
|||||||
, pyopenssl
|
, pyopenssl
|
||||||
, pyasn1
|
, pyasn1
|
||||||
, pycparser
|
, pycparser
|
||||||
, pycryptodome
|
, pycryptodomex
|
||||||
, requests
|
, requests
|
||||||
, six
|
, six
|
||||||
}:
|
}:
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1c3f45824d45ac3d06b9d9a0c0eccafe1052505d31ac9a698aef8b00fb0dfc37";
|
sha256 = "1c3f45824d45ac3d06b9d9a0c0eccafe1052505d31ac9a698aef8b00fb0dfc37";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodome requests six ];
|
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A python client library for Google Play Services OAuth";
|
description = "A python client library for Google Play Services OAuth";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user