Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
5e96e19d
Commit
5e96e19d
authored
Oct 14, 2012
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged the tseaver-persistent_as_egg branch to complete the persistent separation
parent
7a0c1217
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
buildout.cfg
buildout.cfg
+1
-1
setup.py
setup.py
+4
-0
No files found.
buildout.cfg
View file @
5e96e19d
...
...
@@ -7,11 +7,11 @@ versions = versions
[versions]
zc.recipe.testrunner = 1.3.0
persistent = 4.0.0
[test]
recipe = zc.recipe.testrunner
eggs =
persistent
ZODB3 [test]
initialization =
import os, tempfile
...
...
setup.py
View file @
5e96e19d
...
...
@@ -189,6 +189,10 @@ setup(name="ZODB3",
test_suite
=
"__main__.alltests"
,
# to support "setup.py test"
tests_require
=
[
'zope.testing'
,
manuel_version
],
extras_require
=
dict
(
test
=
[
'zope.testing'
,
manuel_version
]),
# XXX: We don't really want to install these headers; we would
# prefer just including them so that folks can build from an sdist.
headers
=
[
'include/persistent/cPersistence.h'
,
'include/persistent/ring.h'
],
install_requires
=
[
transaction_version
,
'persistent'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment