Revert "python311Packages.pyuavcan: add deprecation warning"

This reverts commit 7b13a350aa.

ofborg-eval is now failing on every PR with:

nix-env did not evaluate cleanly:
  ["trace: warning: pyuavcan is deprecated and will be removed in 24.05; use pycyphal instead",...]

Since CI is also failing in the original PR, let's revert for now.
This commit is contained in:
Bobby Rong 2023-11-14 18:37:46 +08:00
parent 868b26f4cc
commit f642d01e41
No known key found for this signature in database

View File

@ -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";