Merge pull request #281060 from qowoz/sqlalchemy

python3Packages.sqlalchemy_1_4: drop tag_build to fix version
This commit is contained in:
Martin Weinelt 2024-01-15 04:56:53 +01:00 committed by GitHub
commit 61ba302fb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,10 @@ buildPythonPackage rec {
hash = "sha256-KhLSKlQ4xfSh1nsAt+cRO+adh2aj/h/iqV6YmDbz39k=";
};
postPatch = ''
sed -i '/tag_build = dev/d' setup.cfg
'';
nativeBuildInputs = [
setuptools
];