Skip to content

Commit

Permalink
remove obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed May 2, 2023
1 parent f4df9be commit ee3fd4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"ZODB >= 5",
"zope.mkzeoinstance >=4.1",
"ZopeUndo",
"nt_svcutils; platform_system == 'Windows'",
],
extras_require={"zrs": ["zc.zrs"]},
zip_safe=False,
Expand Down
2 changes: 0 additions & 2 deletions src/plone/recipe/zeoserver/tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def setUp(test):
buildoutSetUp(test)
install_develop("plone.recipe.zeoserver", test)
install("zc.recipe.egg", test)
if sys.platform[:3].lower() == "win":
install("nt_svcutils", test)
install("zope.mkzeoinstance", test)
install("ZopeUndo", test)
install("zc.zrs", test)
Expand Down

0 comments on commit ee3fd4e

Please sign in to comment.