This makes pypkg2mod more like a conventional library/module by moving the cli code into it's own module. Making room for additional command line interfaces Change-Id: If15b85ac3230adf9cf2bc8a9c1c7a9ac9f31eda9
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
distro
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
packaging
|