summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: Remove 'py_modules'Stephen Finucane2023-01-041-3/+2
| | | | | | | | | 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
* Fix CIRiccardo Pittau2022-12-291-0/+1
| | | | | | | | | | | - 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
* Cleanup Python 2.7 supportAndreas Jaeger2020-04-031-8/+0
| | | | | | | | | | | | 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
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: I1823b001a774bdd47aa88e54d1951c60a5545eee
* Updated from global requirementsOpenStack Proposal Bot2015-09-221-1/+1
| | | | Change-Id: Idca11f7d93f332873ad91ffa53b3da92f859be19
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: Ib27fa36887592ceced91687e3edaacfd6f5f704e
* Updated from global requirementsOpenStack Proposal Bot2014-04-301-0/+8
| | | | Change-Id: I0eeaec761268fc4bc142939e191026c0411c162b
* Update from global requirementsMonty Taylor2013-09-301-22/+3
| | | | | | Also, more importantly, get rid of d2to1 references. Change-Id: I3c51eaf807b8642d9326d110813f62a9b4898d5b
* Added Python-2.6 to the classifier.Roman Prykhodchenko2013-07-031-1/+2
| | | | | | | | | | | | 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
* Implement skeleton for a new DB backend.Devananda van der Veen2013-05-131-1/+20
|
* Added project infrastructure needs.Monty Taylor2013-05-021-0/+21