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:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user