Skip to content
Snippets Groups Projects
Unverified Commit e187dd8f authored by René Fritze's avatar René Fritze
Browse files

[python] rewire extras setup

parent 9a5fccf3
No related branches found
No related tags found
1 merge request!83update-functions-bindings-into-master
Pipeline #105020 passed
......@@ -30,6 +30,8 @@ extras_require = {
if '${HAVE_MPI}' == 'TRUE':
extras_require['parallel'] = ('mpi4py',)
extras_require['all'] = [p for plist in extras_require.values() for p in plist]
class BinaryDistribution(Distribution):
"""Distribution which always forces a binary package with platform name"""
def is_pure(self):
......
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