2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-13 03:08:00 +00:00

5 Commits

Author SHA1 Message Date
Jarrod Johnson
04b2d5cd69 Fix building under wheezy
The supported wheezy platform we are now adding
pyca to.  Additionally, the options were wrong for
such old debian build utilites.

Change-Id: If92de1356cd45c5f4a260b6df72144dbbfe70c3d
2020-02-20 08:58:24 -05:00
Jarrod Johnson
68ef96a624 Use python3 for pyghmi builds except Wheezy
For all supported debian versions, build
python3 pyghmi except Wheezy.

Change-Id: I9271075cf9e088997a9007341b925dbc7cf476d9
2020-01-14 09:38:42 -05:00
Jarrod Johnson
bc8deb4b68 Fix git copy in builddeb script
The builddeb script attempted to build in a directory
without .git, breaking the version deterimination logic.

Change-Id: Ia2be3a75bdcdf9335586bb40e05e635f4b497ca5
2019-02-11 09:52:33 -05:00
Jarrod Johnson
3e65ed0189 Workaround wheezy limitations
Debian wheezy is just too old to easily work with,
for that platform, use the more amenable
cryptodomex library.

Change-Id: Ic21d9784158d9d3f529d8c17dbe60a49f244cc7c
2019-02-08 13:08:49 -05:00
Jarrod Johnson
40c546400e Enable package builds without pbr
There are some build environments we are being asked
to support that pbr does not.  A quick fallback
to handle such environments.

Change-Id: Ie5dac2555c73e80e4cf589932a18f31a530bdf65
2019-02-04 15:59:18 -05:00