| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This was merely obscuring a bug in pbr. setuptools doesn't do the
auto-discovery when pbr is in use. Remove it.
Change-Id: I40500ed7bf9d9fb30381c7539548544152cea85e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Depends-on: https://review.opendev.org/c/openstack/pbr/+/869082
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove skipsdist that it was never supported and causes breakage
when used with usedevelop.
- add script to allowlist for pep8 test
- disable setuptools autodiscovery
- Increase base VM memory according to new requirements for CS9
based IPA
Change-Id: I0bfef09a5312a17be54ce5c09805f06b7c349026
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
know about the requirement
- Remove section from setup.cfg: Wheel is not needed for python
3 only repo
- Update requirements, no need for python_version anymore
Change-Id: Ib2221fc13cd53c93150e838418e7e110e087d1b3
|
|
|
|
| |
Change-Id: I1823b001a774bdd47aa88e54d1951c60a5545eee
|
|
|
|
| |
Change-Id: Idca11f7d93f332873ad91ffa53b3da92f859be19
|
|
|
|
| |
Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d
|
|
|
|
| |
Change-Id: Ib27fa36887592ceced91687e3edaacfd6f5f704e
|
|
|
|
| |
Change-Id: I0eeaec761268fc4bc142939e191026c0411c162b
|
|
|
|
|
|
| |
Also, more importantly, get rid of d2to1 references.
Change-Id: I3c51eaf807b8642d9326d110813f62a9b4898d5b
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenStack is often used with dustributions of GNU/Linux
which use python-2.6 as a default python interpreter.
Other OpenStack projects declare compatibility with python-2.6.
Ironic is been continuously tested for compatibility with
python-2.6 so we must declare this in the classifier to
stay synced with other OpenStack services.
Change-Id: Idf296e925c39d2847e7c8d7bfca073b5f9681754
|
| |
|
|
|