Unverified Commit c388d07c authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #267423 from bobby285271/fix/eval

Revert "python311Packages.pyuavcan: add deprecation warning"
parents 868b26f4 f642d01e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
{ 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";