about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-28 17:27:57 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:10:23 +0100
commitc3b3c463b2d3e6c6f485b631112b2b332529fefb (patch)
tree3f0f8ebd9208b485d855b2e5279e569e61dd9c13
parent8a301b77011490a452b8010b56a2b602394c9349 (diff)
python311Packages.sqlalchemy: drop egg_info build tag
This fixes the dist-info version, which is now at 2.0.21 instead of
2.0.21.dev0.
-rw-r--r--pkgs/development/python-modules/sqlalchemy/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sqlalchemy/default.nix b/pkgs/development/python-modules/sqlalchemy/default.nix
index 95e357cabda94..5c000e9c7c800 100644
--- a/pkgs/development/python-modules/sqlalchemy/default.nix
+++ b/pkgs/development/python-modules/sqlalchemy/default.nix
@@ -52,6 +52,10 @@ buildPythonPackage rec {
     hash = "sha256-ldBn+pdZfqnBKdYkOcG47ScH/hBgeJBeIvn1hCIBw/A=";
   };
 
+  postPatch = ''
+    sed -i '/tag_build = dev/d' setup.cfg
+  '';
+
   nativeBuildInputs =[
     setuptools
   ] ++ lib.optionals (!isPyPy) [