python3Packages.sqlobject: remove paste from dependencies (#538451)

This commit is contained in:
Michael Daniels
2026-07-25 16:02:00 +00:00
committed by GitHub
@@ -5,8 +5,6 @@
pytestCheckHook,
setuptools,
formencode,
pastedeploy,
paste,
pydispatcher,
}:
@@ -26,8 +24,6 @@ buildPythonPackage rec {
dependencies = [
formencode
paste
pastedeploy
pydispatcher
];