Unverified Commit 0578f720 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python313Packages.cliff: cleanup

parent b12e0d01
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -26,12 +26,6 @@ buildPythonPackage rec {
    hash = "sha256-WzkhmCk8C5Il1Fm+i6cQz4JI8e4zAGves9kvsAElkrQ=";
  };

  postPatch = ''
    # only a small portion of the listed packages are actually needed for running the tests
    # so instead of removing them one by one remove everything
    rm test-requirements.txt
  '';

  build-system = [
    openstackdocstheme
    setuptools