2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-14 03:37:47 +00:00

3 Commits

Author SHA1 Message Date
Jarrod Johnson
3b7d79c5fc Directly reference packages in pbr-free setup
Without pbr, the list has to be manually curated.
There is a setuptools directive that will work and
is used by pbr, but for now use the output with some
modules trimmed.

Change-Id: I772b7bef263639167b3b5c54bc7812e1e8acbaf6
2019-02-07 14:29:49 -05:00
Jarrod Johnson
1721f7b237 Fix typo in the setup.py template
The template for non-pbr builds had a mistake.

Change-Id: Ic79bf1dcbbe851c5664f95cf3cb26f3251d73b35
2019-02-07 10:55:04 -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