Unverified Commit 5097a56b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #293611 from...

Merge pull request #293611 from trofi/python3Packages.pycrypto-drop-redundant-disable-warnings-if-gcc13

python3Packages.pycrypto: drop redundant `disable-warnings-if-gcc13`
parents 1dab5534 fcf59287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10461,7 +10461,7 @@ self: super: with self; {
  pycron = callPackage ../development/python-modules/pycron { };
  pycrypto = pkgs.disable-warnings-if-gcc13 (callPackage ../development/python-modules/pycrypto { });
  pycrypto = callPackage ../development/python-modules/pycrypto { };
  pycryptodome = callPackage ../development/python-modules/pycryptodome { };