python3Packages.pyskyqremote: remove stale input

This commit is contained in:
Fabian Affolter 2022-03-02 17:41:17 +01:00 committed by Jonathan Ringer
parent b9f5f4fe6f
commit 6c8c2339ca

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pycountry
, pythonOlder
, requests
, websocket-client
@ -23,7 +22,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
pycountry
requests
websocket-client
xmltodict