Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thomas Leymonerie
slapos.buildout
Commits
92ec8137
Commit
92ec8137
authored
Jun 21, 2011
by
Lucas Carvalho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure that python dev.py is going have slapos.libnetworkcache
parent
98636c73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
buildout.cfg
buildout.cfg
+11
-1
dev.py
dev.py
+1
-0
setup.py
setup.py
+1
-1
No files found.
buildout.cfg
View file @
92ec8137
[buildout]
develop = zc.recipe.egg_ z3c.recipe.scripts_ .
parts = test oltest py
parts = test oltest py eggs
extensions +=
mr.developer
auto-checkout = *
[py]
recipe = z3c.recipe.scripts
...
...
@@ -28,3 +32,9 @@ defaults =
'!(bootstrap|selectingpython|selecting-python)',
]
[sources]
slapos.libnetworkcache = git https://git.erp5.org/repos/slapos.libnetworkcache.git
[eggs]
recipe = zc.recipe.egg
eggs = slapos.libnetworkcache
dev.py
View file @
92ec8137
...
...
@@ -131,6 +131,7 @@ if not has_broken_dash_S:
subprocess
.
Popen
(
cmd
,
env
=
env
).
wait
()
pkg_resources
.
working_set
.
add_entry
(
'src'
)
pkg_resources
.
working_set
.
add_entry
(
'src/slapos.libnetworkcache'
)
import
zc.buildout.easy_install
if
not
os
.
path
.
exists
(
'parts'
):
...
...
setup.py
View file @
92ec8137
...
...
@@ -82,7 +82,7 @@ setup(
packages
=
[
'zc'
,
'zc.buildout'
],
package_dir
=
{
''
:
'src'
},
namespace_packages
=
[
'zc'
],
install_requires
=
'setuptools'
,
install_requires
=
[
'setuptools'
,
'slapos.libnetworkcache'
]
,
include_package_data
=
True
,
entry_points
=
entry_points
,
extras_require
=
dict
(
test
=
[
'zope.testing'
]),
...
...
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