dfc8fbf907
Following a similar fix to pip-and-virtualenv element in Ia730850a48e2478fd5461710a9d2619408725cd8, python-brickclient is also required to be fixed to handle python3 only systems. Change-Id: I442469beb5a20074425e7059eec7f78604d6cc5a
17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
{
|
|
"family": {
|
|
"redhat": {
|
|
"python2-dev": "python2-devel",
|
|
"python3-dev": "python3-devel",
|
|
"libssl-dev": "openssl-devel",
|
|
"libffi-dev": "libffi-devel"
|
|
}
|
|
},
|
|
"default": {
|
|
"python2-dev": "python2-dev",
|
|
"python3-dev": "python3-dev",
|
|
"libssl-dev": "libssl-dev",
|
|
"libffi-dev": "libffi-dev"
|
|
}
|
|
}
|