hass
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ python3Packages, fetchPypi, ... }:
|
||||
python3Packages.buildPythonPackage rec {
|
||||
{ fetchPypi, home-assistant, ... }:
|
||||
home-assistant.python.pkgs.buildPythonPackage rec {
|
||||
pname = "uart-wifi";
|
||||
version = "0.2.1";
|
||||
format = "pyproject";
|
||||
@@ -8,7 +8,7 @@ python3Packages.buildPythonPackage rec {
|
||||
sha256 = "sha256-yquZ5V8f+EqetCf0nc9WlhHhnHkOASYRuYvqEIMc5HI=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [ setuptools ];
|
||||
build-system = [ home-assistant.python.pkgs.setuptools ];
|
||||
|
||||
doCheck = false; # no tests in the PyPI tarball
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user