diff --git a/debian/control b/debian/control index 3ca59faa3d01e464659af7af5e4b30a4a15f91fc..b82f11cd5a038ee5b61348bcc3c7973fe572a90c 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,6 @@ Build-Depends-Indep: python3-babel, python3-coverage, python3-fixtures, - python3-hacking, python3-iso8601, python3-keyring, python3-mock, diff --git a/debian/patches/add-pkg-info.patch b/debian/patches/add-pkg-info.patch new file mode 100644 index 0000000000000000000000000000000000000000..b8b97cf2da8e4caa0b9905d3c070688506cb0896 --- /dev/null +++ b/debian/patches/add-pkg-info.patch @@ -0,0 +1,31 @@ +Description: Adds PKG-INFO for the package + Without this, the egg is incorrectly set to version 0.0.1.dev10. + For version <= 0.4.0, also fixed FTBS with python setup.py build. +Author: Andres Rodriguez +Origin: vendor +Reviewed-By: Bryce Harrington +Last-Updated: 2019-08-05 + +--- /dev/null ++++ python-seamicroclient-0.4.0/PKG-INFO +@@ -0,0 +1,20 @@ ++Metadata-Version: 1.1 ++Name: python-seamicroclient ++Version: 0.4.0+2016.05.20.git.40ee44c664 ++Summary: Client library for Seamicro chassis API ++Home-page: https://github.com/seamicro/python-seamicroclient ++Author: AMD ++Author-email: rohan.kanade@izeltech.com ++License: Apache License, Version 2.0 ++Description: Python client for consuming SeaMicro REST API v2.0 ++ ++ ++Platform: UNKNOWN ++Classifier: Development Status :: 4 - Beta ++Classifier: Environment :: Console ++Classifier: Environment :: Web Environment ++Classifier: Intended Audience :: Developers ++Classifier: Intended Audience :: Information Technology ++Classifier: License :: OSI Approved :: Apache Software License ++Classifier: Operating System :: OS Independent ++Classifier: Programming Language :: Python diff --git a/debian/patches/series b/debian/patches/series index 2438367a77df84a8b1855ceda09a8eea1c501ea1..ca7c4bfc12bb6e6645679300aeab94b2dcd9771d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ fix-requirements.txt.patch removed-failing-tests.patch +add-pkg-info.patch