Commit Graph

5 Commits

Author SHA1 Message Date
Takashi Kajinami 5c41f9f700 Fix missing or unnecessary dependencies
This fixes the following problems with current requirements and test
requirements.

- netaddr is not used

- oslo.serialization and oslo.utils are imported but are not listed in
  requirements.

This also fixes the workaround for python 2 from setup.py because
python 2 support was removed some time ago.

In addition, the described behavior of pip was already fixed in
recent versions.

Change-Id: I63a56adf73c221c8f5f725c2689ddf953f90c654
2024-02-19 10:40:44 +09:00
OpenStack Proposal Bot 94fb151615 Updated from global requirements
Change-Id: I450fb1a06524232856b5ed15955f3c75d762f05d
2017-03-10 19:12:21 +00:00
OpenStack Proposal Bot 8354942463 Updated from global requirements
Change-Id: I7341694acfda0bc10663b7458fde457b495cb452
2016-05-23 12:03:15 +00:00
Sean Mooney 4cacdaa560 remove unused entrypoints
- stevedore enterypoints for intree plugins should be defined
  in setup.cfg.
- This change remove the entrypoint definitions from setup.py
  as they are not needed.

Change-Id: Id768d3fe28d8dfe350a75f88eca62022ac7074c0
2016-05-20 21:29:10 +01:00
Jay Pipes 8023f33453 Import of code from https://github.com/jaypipes/os_vif
Initial commit using code imported from

  https://github.com/jaypipes/os_vif

This patch also includes the following fixes to make the import pass all
jenkins jobs:
 - add doc/source/conf.py and index.rst
 - sync with global requirements

Change-Id: Iac6a9d45ea799eaa71f895af115e966c28246a22
2016-01-13 12:56:01 -05:00