Skip to content
Snippets Groups Projects
Commit 75025ec4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Compliance with new bob.buildout build scheme

parent 2ea78217
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
bob_packages = ['bob.core', 'bob.io.base', 'bob.sp', 'bob.math', 'bob.learn.activation', 'bob.learn.linear']
from setuptools import setup, find_packages, dist
dist.Distribution(dict(setup_requires=['bob.blitz'] + bob_packages))
dist.Distribution(dict(setup_requires=['bob.extension', 'bob.blitz'] + bob_packages))
from bob.blitz.extension import Extension, Library, build_ext
packages = ['boost']
......@@ -29,16 +29,8 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
'setuptools',
'bob.blitz',
'bob.core',
'bob.io.base',
'bob.sp',
'bob.math',
'bob.learn.activation',
'bob.learn.linear',
],
setup_requires = build_requires,
install_requires = build_requires,
namespace_packages=[
"bob",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment