python3Packages.sqlobject: remove paste from dependencies

It's not listed in install_requires.
This commit is contained in:
Robert Schütz
2026-07-25 11:35:08 -04:00
committed by Michael Daniels
parent 2252d3e2ad
commit 3baf5a75f4
@@ -5,8 +5,6 @@
pytestCheckHook,
setuptools,
formencode,
pastedeploy,
paste,
pydispatcher,
}:
@@ -26,8 +24,6 @@ buildPythonPackage rec {
dependencies = [
formencode
paste
pastedeploy
pydispatcher
];