python312Packages.pylink-square: switch to pypa build
This commit is contained in:
parent
eefeee7fde
commit
c002109fb2
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
mock,
|
||||
psutil,
|
||||
pytestCheckHook,
|
||||
@ -12,7 +13,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "pylink-square";
|
||||
version = "1.2.1";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -23,7 +24,9 @@ buildPythonPackage rec {
|
||||
hash = "sha256-WMpb/b9kF1rFlegDYxNGJbZ2Nz8nuG21tyjgUFLs5mg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
psutil
|
||||
six
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user