Commit a4a9e74b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ecf8ace8
...@@ -26,7 +26,7 @@ init = ...@@ -26,7 +26,7 @@ init =
# ZODB3 -> just link ZEO to ZODB3 (ZEO3 is part of ZODB3) # ZODB3 -> just link ZEO to ZODB3 (ZEO3 is part of ZODB3)
if zmajor == '3': if zmajor == '3':
options['egg'] = '$${ZODB:egg}' options['egg'] = zodb['egg']
# ZODB{4,5}: link/depend to ZEO<ZODB.major> # ZODB{4,5}: link/depend to ZEO<ZODB.major>
else: else:
......
...@@ -32,7 +32,6 @@ depends += ${manuel:egg} ...@@ -32,7 +32,6 @@ depends += ${manuel:egg}
eggs += eggs +=
${ZODB:egg}[test] ${ZODB:egg}[test]
${ZEO:egg}[test] ${ZEO:egg}[test]
transaction[test]
# env.sh for ZODB's python to be on $PATH. # env.sh for ZODB's python to be on $PATH.
[ZODB-env.sh] [ZODB-env.sh]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment