10 buildPythonPackage rec {
13 format = "setuptools";
19 hash = "sha256-amUrhHIpeRHuShD0cxb2sbbRTpJQZ9/b8otsa1Bo+bI=";
22 propagatedBuildInputs = [
27 # Upstream doesn't contain unit tests, only functional tests which require specific hardware
30 pythonImportsCheck = [
34 "digi.xbee.comm_interface"
37 "digi.xbee.filesystem"
49 description = "Python library to interact with Digi International's XBee radio frequency modules";
50 homepage = "https://github.com/digidotcom/xbee-python";
51 license = licenses.mpl20;
52 maintainers = with maintainers; [ jefflabonte ];