Merge pull request #243222 from tjni/pyserial-asyncio
python310Packages.pyserial-asyncio: enable on darwin
This commit is contained in:
commit
9caab144be
@ -20,6 +20,8 @@ buildPythonPackage rec {
|
||||
pyserial
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"serial_asyncio"
|
||||
];
|
||||
@ -29,6 +31,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/pyserial/pyserial-asyncio";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user