Commit 0e6226eb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.azure-appconfiguration: refactor

parent 5774fe42
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
{ lib
, pythonOlder
, isodate
, fetchPypi
, buildPythonPackage
, azure-core
, buildPythonPackage
, fetchPypi
, isodate
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "azure-appconfiguration";
  version = "1.6.0";
  format = "setuptools";
  pyporject = true;

  disabled = pythonOlder "3.7";

@@ -18,7 +19,11 @@ buildPythonPackage rec {
    hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w=";
  };

  propagatedBuildInputs = [
  build-system = [
    setuptools
  ];

  dependencies = [
    azure-core
    isodate
  ];