Unverified Commit e387f958 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python313Packages.duecredit: unbreak (#498615)

parents 4cf28f56 adfe95cd
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildPythonPackage,
  fetchPypi,
  setuptools,
  setuptools-scm,
  pytestCheckHook,
  pytest-cov-stub,
  vcrpy,
@@ -21,8 +22,12 @@ buildPythonPackage rec {
    hash = "sha256-e1wa4Qkn+eAs9NVOLHSoqgDNKcONY33v48lI09jp8zo=";
  };

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

  dependencies = [
    citeproc-py
    looseversion
    requests