Commit 424d85db authored by zowoq's avatar zowoq
Browse files

python3Packages.sqlalchemy_1_4: drop tag_build to fix version

copied from python3Packages.sqlalchemy

> https://hydra.nixos.org/build/246233876/nixlog/1
> sqlalchemy<1.5,>=1.3.0 not satisfied by version 1.4.51.dev0
parent 099e8480
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ buildPythonPackage rec {
    hash = "sha256-KhLSKlQ4xfSh1nsAt+cRO+adh2aj/h/iqV6YmDbz39k=";
  };

  postPatch = ''
    sed -i '/tag_build = dev/d' setup.cfg
  '';

  nativeBuildInputs = [
    setuptools
  ];