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

python3Packages.pycrypto: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
Mario Rodas
2024-03-07 09:33:15 -05:00
committed by GitHub
+1 -1
View File
@@ -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 { };