From: Thomas Goirand Date: Sun, 19 Oct 2014 10:58:56 +0000 (+0000) Subject: Added argparse & ordereddict to debian/pydist-overrides. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4603d14cd60635cc5021a49925ab1e86e2df4524;p=openstack-build%2Fceilometer-build.git Added argparse & ordereddict to debian/pydist-overrides. Rewritten-From: add4d7fc0704fd29f0d0a3bf04d6ed7e798a12d7 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 765008b..cb7ef4f 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +ceilometer (2014.2-3) experimental; urgency=medium + + * Added argparse & ordereddict to debian/pydist-overrides. + + -- Thomas Goirand Sun, 19 Oct 2014 10:58:28 +0000 + ceilometer (2014.2-2) experimental; urgency=medium * Added missing python-posix-ipc as (build-)depends. diff --git a/trusty/debian/pydist-overrides b/trusty/debian/pydist-overrides index 500b3d5..39644bf 100644 --- a/trusty/debian/pydist-overrides +++ b/trusty/debian/pydist-overrides @@ -1 +1,2 @@ -msgpack_python python-msgpack +argparse +ordereddict