Remove usage of d2to1
d2to1 pulls in setuptools, which trips the unhappy bugs with setuptools updating. Move past that and just use new pbr. Change-Id: I2609eda10ed781116940c3607ff85a14fc4b7f58changes/94/48294/2
parent
5f2feaf08c
commit
52905bcdd3
|
@ -1,5 +1,4 @@
|
|||
d2to1>=0.2.10,<0.3
|
||||
pbr>=0.5,<0.6
|
||||
pbr>=0.5.21,<1.0
|
||||
|
||||
argparse
|
||||
PyYAML
|
||||
|
|
|
@ -19,10 +19,6 @@ classifier =
|
|||
[pbr]
|
||||
warnerrors = True
|
||||
|
||||
[global]
|
||||
setup-hooks =
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
zuul-server = zuul.cmd.server:main
|
||||
|
|
Loading…
Reference in New Issue