Commit 429b036f authored by Sigmanificient's avatar Sigmanificient
Browse files

acltoolkit: migrate to pyproject = true;

parent 18d1f352
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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