python312Packages.pywbem: 1.7.2 -> 1.7.3 (#388856)

This commit is contained in:
Weijia Wang
2025-03-26 21:55:02 +01:00
committed by GitHub
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "pywbem";
version = "1.7.2";
format = "setuptools";
version = "1.7.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3Dt4WEABf1/LY4HFZoJZjOu/yEUYUXaPheIxioTga2g=";
hash = "sha256-0fCi69T/7e+NBnrzhVIW21GQx/byfI0tzUZ+CXAckLA=";
};
propagatedBuildInputs = [
@@ -42,6 +42,7 @@ buildPythonPackage rec {
pbr
ply
pyyaml
requests
six
yamlloader
];
@@ -54,7 +55,6 @@ buildPythonPackage rec {
lxml
pytest
pytz
requests
requests-mock
testfixtures
];