> %install
> export OSLO_PACKAGE_VERSION=%{version}
> %{__python} setup.py install -O1 --skip-build --root %{buildroot}
>
> Then everything should be ok and PBR will become your friend.Still not my friend because I don't want a _build_ tool as runtime dependency :) e.g. you don't ship make(1) to run C programs, do you? For runtime, only pbr.version part is required but unfortunately oslo.version was abandoned. Cheers, Alan _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
