about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-01-14 07:46:36 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-14 22:21:50 -0800
commit5fae0b941aed842791ea74092c71a88c940bb42c (patch)
tree55c876df680b5e6e20994d870bf647fbda67cb77
parent1d2a903fd232efade925382bae5af8d777d2f23c (diff)
downloadnixlib-5fae0b941aed842791ea74092c71a88c940bb42c.tar
nixlib-5fae0b941aed842791ea74092c71a88c940bb42c.tar.gz
nixlib-5fae0b941aed842791ea74092c71a88c940bb42c.tar.bz2
nixlib-5fae0b941aed842791ea74092c71a88c940bb42c.tar.lz
nixlib-5fae0b941aed842791ea74092c71a88c940bb42c.tar.xz
nixlib-5fae0b941aed842791ea74092c71a88c940bb42c.tar.zst
nixlib-5fae0b941aed842791ea74092c71a88c940bb42c.zip
python3Packages.azure-identity: mark as enabled
-rw-r--r--pkgs/development/python-modules/azure-identity/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/azure-identity/default.nix b/pkgs/development/python-modules/azure-identity/default.nix
index e7d2d5c83ac0..a0120ae35060 100644
--- a/pkgs/development/python-modules/azure-identity/default.nix
+++ b/pkgs/development/python-modules/azure-identity/default.nix
@@ -18,7 +18,6 @@
 buildPythonPackage rec {
   pname = "azure-identity";
   version = "1.5.0";
-  disabled = isPy38;
 
   src = fetchPypi {
     inherit pname version;
@@ -38,11 +37,6 @@ buildPythonPackage rec {
     msrestazure
   ];
 
-  prePatch = ''
-    substituteInPlace setup.py \
-      --replace msal-extensions~=0.1.3 msal-extensions
-  '';
-
   pythonImportsCheck = [ "azure.identity" ];
 
   # Requires checkout from mono-repo and a mock account: