summaryrefslogtreecommitdiff
path: root/pbr/hooks
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-01-28 06:57:06 -0800
committerMonty Taylor <mordred@inaugust.com>2015-01-28 07:05:53 -0800
commit381b6471b6dddce6bf741ee3795957e25d977b40 (patch)
treec372bdd73d8d9619aa640d264b3bdffdaa87f7f4 /pbr/hooks
parent0a92e4d0dc4c69db0f758e9e557a4318314240d2 (diff)
downloadpbr-381b6471b6dddce6bf741ee3795957e25d977b40.tar.gz
Support script text override for newer develop
setuptools > 12 has a new flow for writing out generated script text. It's nicer, actually, because it means we can just subclass and extend one method instead of monekypatching. Change-Id: I56e7bea60df8a59d859575d426ce93c45ffee314
Diffstat (limited to 'pbr/hooks')
-rw-r--r--pbr/hooks/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbr/hooks/commands.py b/pbr/hooks/commands.py
index 617c6a8..8e651e6 100644
--- a/pbr/hooks/commands.py
+++ b/pbr/hooks/commands.py
@@ -41,6 +41,7 @@ class CommandsConfig(base.BaseConfig):
self.add_command('pbr.packaging.LocalEggInfo')
self.add_command('pbr.packaging.LocalSDist')
self.add_command('pbr.packaging.LocalInstallScripts')
+ self.add_command('pbr.packaging.LocalDevelop')
if os.name != 'nt':
easy_install.get_script_args = packaging.override_get_script_args