Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pkgs/development/python-modules/pyuavcan/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, numpy, nunavut
, pyserial , pytest, ruamel-yaml}:

# This has been renamed pycyphal, without any API changes; though this package is
# quite outdated so transition might not be as seemless as it could be
# See https://uavcan.org/ (which will redirect to https://opencyphal.org/)
lib.warn "pyuavcan is deprecated and will be removed in 24.05; use pycyphal instead"
buildPythonPackage rec {
pname = "pyuavcan";
version = "1.1.0.dev1";
Expand Down