acltoolkit: migrate to pyproject = true;

This commit is contained in:
Sigmanificient
2026-05-02 02:20:31 +02:00
parent 18d1f3524f
commit 429b036fa1
+4 -2
View File
@@ -7,7 +7,9 @@
python3.pkgs.buildPythonPackage {
pname = "acltoolkit";
version = "0-unstable-2023-02-03";
format = "setuptools";
pyproject = true;
build-system = with python3.pkgs; [ setuptools ];
src = fetchFromGitHub {
owner = "zblurx";
@@ -21,7 +23,7 @@ python3.pkgs.buildPythonPackage {
sed -i -e "s/==[0-9.]*//" setup.py
'';
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
asn1crypto
dnspython
impacket