Merge "python-brickclient: accommodate python2/3 changes"
This commit is contained in:
commit
234f44d703
@ -1,3 +1,8 @@
|
|||||||
libssl-dev:
|
libssl-dev:
|
||||||
libffi-dev:
|
libffi-dev:
|
||||||
python-dev:
|
python-dev:
|
||||||
|
installtype: source
|
||||||
|
dib_python_version: 2
|
||||||
|
python3-dev:
|
||||||
|
installtype: source
|
||||||
|
dib_python_version: 3
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
{
|
{
|
||||||
"family": {
|
"family": {
|
||||||
"redhat": {
|
"redhat": {
|
||||||
"python-dev": "python2-devel",
|
"python2-dev": "python2-devel",
|
||||||
|
"python3-dev": "python3-devel",
|
||||||
"libssl-dev": "openssl-devel",
|
"libssl-dev": "openssl-devel",
|
||||||
"libffi-dev": "libffi-devel"
|
"libffi-dev": "libffi-devel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"python-dev": "python-dev",
|
"python2-dev": "python2-dev",
|
||||||
|
"python3-dev": "python3-dev",
|
||||||
"libssl-dev": "libssl-dev",
|
"libssl-dev": "libssl-dev",
|
||||||
"libffi-dev": "libffi-dev"
|
"libffi-dev": "libffi-dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user