Commit 0fb1590d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.amazon-ion: modernize

parent 36040bb2
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  jsonconversion,
  pytestCheckHook,
  pytest_7,
  pythonOlder,
  setuptools,
  six,
  tabulate,
@@ -18,8 +17,6 @@ buildPythonPackage rec {
  version = "0.13.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "amazon-ion";
    repo = "ion-python";
@@ -34,9 +31,9 @@ buildPythonPackage rec {
      --replace "'pytest-runner'," ""
  '';

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    jsonconversion
    six
  ];