python3Packages.pydo: bump, fix inputs (#480444)
This commit is contained in:
@@ -3,44 +3,44 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
aioresponses,
|
||||
azure-core,
|
||||
azure-identity,
|
||||
isodate,
|
||||
msrest,
|
||||
responses,
|
||||
pytestCheckHook,
|
||||
aioresponses,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
responses,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pydo";
|
||||
version = "0.23.0";
|
||||
version = "0.24.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "digitalocean";
|
||||
repo = "pydo";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wmrth6n6vlYLMMiNYm6p5sS2keEFsnGm9sGjShSsLaA=";
|
||||
hash = "sha256-IfoW8JaLqghecADPKfVwjW99ZosHFXFt3iQ8WOyrCns=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
aioresponses
|
||||
azure-core
|
||||
azure-identity
|
||||
isodate
|
||||
msrest
|
||||
responses
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pydo" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
aioresponses
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
responses
|
||||
];
|
||||
|
||||
# integration tests require hitting the live api with a
|
||||
|
||||
Reference in New Issue
Block a user