python3Packages.pyskyqhub: migrate to pyproject

This commit is contained in:
Sigmanificient
2026-07-19 00:03:15 +02:00
parent 6488525151
commit 2b905eab3b

View File

@@ -3,12 +3,13 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
setuptools,
}:
buildPythonPackage rec {
pname = "pyskyqhub";
version = "0.1.9";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "RogerSelwyn";
@@ -17,6 +18,8 @@ buildPythonPackage rec {
hash = "sha256-yXqtABbsCh1yb96lsEA0gquikVenGLCo6J93AeXAC8k=";
};
build-system = [ setuptools ];
propagatedBuildInputs = [ aiohttp ];
# Tests require physical hardware