From: @xiyuanwang 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2022-09-01 08:42:54 +00:00 committed by Gitee
commit 3fae141761
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 40 additions and 0 deletions

BIN
pyisula-0.0.2.tar.gz Normal file

Binary file not shown.

40
python-isula.spec Normal file
View File

@ -0,0 +1,40 @@
%global debug_package %{nil}
Name: python-isula
Version: 0.0.2
Release: 1
Summary: python sdk library for iSulad and isula-build
License: Apache-2.0
URL: https://gitee.com/openeuler/pyisula
Source0: pyisula-%{version}.tar.gz
BuildRequires: python3-devel
BuildArch: noarch
%description
python sdk library for iSulad and isula-build
%package -n python3-isula
Summary: python sdk library for iSulad and isula-build
Requires: python3-cryptography
Requires: python3-grpcio
Requires: python3-protobuf
%description -n python3-isula
python sdk library for iSulad and isula-build
%prep
%autosetup -n pyisula-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-isula
%{python3_sitelib}/*
%changelog
* Wed Aug 31 2022 wangxiyuan <wangxiyuan1007@gmail.com> - 0.0.2-1
- Package init