python3Packages.tableauserverclient: fix building (#397160)

This commit is contained in:
Aleksana
2025-04-11 21:36:56 +08:00
committed by GitHub
@@ -5,7 +5,6 @@
fetchPypi,
packaging,
pytestCheckHook,
pythonOlder,
requests,
requests-mock,
setuptools,
@@ -18,18 +17,11 @@ buildPythonPackage rec {
version = "0.36";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-MstJ4RwbyvCgdid4Let3RPrDHWXkuUa8WePtCwVaf+4=";
};
postPatch = ''
# Remove vendorized versioneer
rm versioneer.py
'';
pythonRelaxDeps = [
"defusedxml"
"urllib3"