Merge pull request #171309 from dotlambda/pyhiveapi-0.5.3
python3Packages.pyhiveapi: 0.5.1 -> 0.5.3
This commit is contained in:
commit
982e2ccfe2
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, setuptools
|
||||||
, unasync
|
, unasync
|
||||||
, boto3
|
, boto3
|
||||||
, botocore
|
, botocore
|
||||||
|
@ -13,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyhiveapi";
|
pname = "pyhiveapi";
|
||||||
version = "0.5.1";
|
version = "0.5.3";
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
||||||
owner = "Pyhass";
|
owner = "Pyhass";
|
||||||
repo = "Pyhiveapi";
|
repo = "Pyhiveapi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-/M1OjApc0l0EzNI4hs4KO6woCOmTPveTFCyj5MjM5EE=";
|
hash = "sha256-QBn+yKZN461npdhGngTnFeewE40dPZ+5TkUf5Xacajk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
setuptools
|
||||||
unasync
|
unasync
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue