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

python3Packages.sphinx-prompt: relax requests dependency (#449564)

parents b4a7237e 700ac7fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ buildPythonPackage rec {

  nativeCheckInputs = [ pytestCheckHook ];

  pythonRelaxDeps = [ "requests" ];

  meta = with lib; {
    description = "Sphinx extension for creating unselectable prompt";
    homepage = "https://github.com/sbrunner/sphinx-prompt";