acltoolkit: update to use python3Packages and enable pyproject support

This commit is contained in:
Guy Chronister
2026-05-12 16:53:01 -05:00
parent 00bbc8eb00
commit ec10b38284
+5 -5
View File
@@ -1,15 +1,15 @@
{
lib,
python3,
python3Packages,
fetchFromGitHub,
}:
python3.pkgs.buildPythonPackage {
python3Packages.buildPythonPackage {
pname = "acltoolkit";
version = "0-unstable-2023-02-03";
version = "0.2.2-unstable-2023-02-03";
pyproject = true;
build-system = with python3.pkgs; [ setuptools ];
build-system = with python3Packages; [ setuptools ];
src = fetchFromGitHub {
owner = "zblurx";
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonPackage {
sed -i -e "s/==[0-9.]*//" setup.py
'';
dependencies = with python3.pkgs; [
dependencies = with python3Packages; [
asn1crypto
dnspython
impacket