Skip to content

Commit

Permalink
python312Packages.opencensus-ext-azure: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 16, 2025
1 parent 6317436 commit 7e2c03b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
opencensus,
psutil,
requests,
setuptools,
}:

buildPythonPackage rec {
pname = "opencensus-ext-azure";
version = "1.1.14";
format = "setuptools";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-ycbrrVQq62GBMyLmJ9WImlY+e4xOAkv1hGnQbbc6sUg=";
};

propagatedBuildInputs = [
build-system = [ setuptools ];

dependencies = [
azure-core
azure-identity
opencensus
Expand Down

0 comments on commit 7e2c03b

Please sign in to comment.