python313Packages.pyoprf: add new dependencies
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
buildPythonPackage,
|
||||
liboprf,
|
||||
setuptools,
|
||||
ble-serial,
|
||||
pyserial,
|
||||
pyserial-asyncio,
|
||||
pysodium,
|
||||
pyudev,
|
||||
securestring,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
@@ -32,7 +36,11 @@ buildPythonPackage rec {
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
ble-serial
|
||||
pyserial
|
||||
pyserial-asyncio
|
||||
pysodium
|
||||
pyudev
|
||||
securestring
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user