lol

Revert "python311Packages.pyuavcan: add deprecation warning"

This reverts commit 7b13a350aa11dac70b962db34e3ddd2e110d2e6a.

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.

-4
-4
pkgs/development/python-modules/pyuavcan/default.nix
··· 1 1 { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, numpy, nunavut 2 2 , pyserial , pytest, ruamel-yaml}: 3 3 4 - # This has been renamed pycyphal, without any API changes; though this package is 5 - # quite outdated so transition might not be as seemless as it could be 6 - # See https://uavcan.org/ (which will redirect to https://opencyphal.org/) 7 - lib.warn "pyuavcan is deprecated and will be removed in 24.05; use pycyphal instead" 8 4 buildPythonPackage rec { 9 5 pname = "pyuavcan"; 10 6 version = "1.1.0.dev1";