mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python.pkgs.gpsoauth: 0.2.0 -> 0.4.1
This commit is contained in:
parent
b0c44debac
commit
023580878c
@ -10,7 +10,7 @@
|
||||
, pyopenssl
|
||||
, pyasn1
|
||||
, pycparser
|
||||
, pycryptodome
|
||||
, pycryptodomex
|
||||
, requests
|
||||
, six
|
||||
}:
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
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; {
|
||||
description = "A python client library for Google Play Services OAuth";
|
||||
|
Loading…
Reference in New Issue
Block a user