mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
python314Packages.aiohttp: remove now unused isal condition
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
blockbuster,
|
||||
freezegun,
|
||||
gunicorn,
|
||||
isa-l,
|
||||
isal,
|
||||
proxy-py,
|
||||
pytest-codspeed,
|
||||
@@ -107,8 +106,7 @@ buildPythonPackage rec {
|
||||
blockbuster
|
||||
freezegun
|
||||
gunicorn
|
||||
# broken on aarch64-darwin
|
||||
(if lib.meta.availableOn stdenv.hostPlatform isa-l then isal else null)
|
||||
isal
|
||||
proxy-py
|
||||
pytest-codspeed
|
||||
pytest-cov-stub
|
||||
|
||||
Reference in New Issue
Block a user