diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-07-09 16:13:34 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-09 16:13:34 -0400 |
commit | 18dc2a9274a265ee6b440570ecc502947f17002f (patch) | |
tree | 6364fb1ce9d5d88abfffcd61128e1c9ad06bc711 /packages/debian | |
parent | 9d47fb974658e9697ae8826e7bc2468dcf7751c3 (diff) | |
download | vyos-cloud-init-18dc2a9274a265ee6b440570ecc502947f17002f.tar.gz vyos-cloud-init-18dc2a9274a265ee6b440570ecc502947f17002f.zip |
add python-setuptools to debian build-depends
LP: #1022101
Diffstat (limited to 'packages/debian')
-rw-r--r-- | packages/debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/debian/control b/packages/debian/control index e00901af..926228d5 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -9,6 +9,7 @@ Build-Depends: cdbs, pyflakes, pylint, python-mocker, + python-setuptools XS-Python-Version: all Standards-Version: 3.9.3 |