PBR

python setup.py install doesn't install dependencies

Bug #1751996 reported by Rotem
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PBR
Confirmed
Low
Unassigned

Bug Description

$ git clone https://github.com/getslash/slash
$ cd slash
$ python setup.py install

The above project uses pbr to manage its setup.py file. Installing it with pip seems to work ok, but installing via "setup.py install" ends up not installing any of the dependencies....

Revision history for this message
Ben Nemec (bnemec) wrote :

I can confirm this behavior, although I will note that if you want dependency management then running setup.py install directly is not recommended (so this may have been intentional behavior, but I'm not sure). It's better to use pip install .

Changed in pbr:
status: New → Confirmed
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.