PBR

Support relative includings of requirements files

Bug #1400088 reported by Miphreal Adler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PBR
Triaged
Wishlist
Unassigned

Bug Description

In case of the following structure

├── requirements
│ ├── base.txt
│ ├── local.txt
│ ├── prod.txt
│ └── test.txt
├── requirements.txt

# requirements.txt:
-r requirements/prod.txt

# requirements/prod.txt:
-r base.txt

The current version cannot reach packages in 'base.txt' (though "pip install -r requirements.txt" works properly)

Thanks

Revision history for this message
Miphreal Adler (miphreal) wrote :
Changed in pbr:
importance: Undecided → Wishlist
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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